From 3707a1426b5563394f75bf09eefd9f8826bfbd33 Mon Sep 17 00:00:00 2001 From: lu_zero Date: Sun, 28 Jan 2007 17:52:59 +0000 Subject: Make example and test build and link correctly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22048 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale') diff --git a/libswscale/Makefile b/libswscale/Makefile index d9b67da887..771f9ac12c 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -18,9 +18,9 @@ HEADERS = swscale.h rgb2rgb.h include ../common.mak -cs_test: cs_test.c $(LIB) +cs_test: cs_test.o $(LIB) -swscale-example: swscale-example.o $(LIB) +swscale-example: swscale-example.o $(LIB) -lm clean:: rm -f cs_test swscale-example -- cgit v1.2.3