From: Luca Barbato Date: Sun, 28 Jan 2007 17:52:59 +0000 (+0000) Subject: Make example and test build and link correctly X-Git-Tag: v0.5~10307 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66e9de3891dcb34b1521d3162490433e8f032891;p=platform%2Fupstream%2Flibav.git Make example and test build and link correctly Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- diff --git a/libswscale/Makefile b/libswscale/Makefile index d9b67da..771f9ac 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