diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-01-28 17:52:59 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-01-28 17:52:59 +0000 |
commit | 66e9de3891dcb34b1521d3162490433e8f032891 (patch) | |
tree | 3078ae22dd4178610196a7164d480f8706e28b66 /libswscale | |
parent | da095a23a1bfce9b6dac7e903ebfcbfe9259e165 (diff) | |
download | ffmpeg-66e9de3891dcb34b1521d3162490433e8f032891.tar.gz |
Make example and test build and link correctly
Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |