imgresample-test depends on $(LIB).
authorDiego Biurrun <diego@biurrun.de>
Thu, 5 Oct 2006 00:51:40 +0000 (00:51 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 5 Oct 2006 00:51:40 +0000 (00:51 +0000)
Originally committed as revision 6559 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 0d24bb9..5d68e9c 100644 (file)
@@ -439,7 +439,7 @@ cpuid_test: i386/cputest.c
 
 # testing progs
 
-imgresample-test: imgresample.c
+imgresample-test: imgresample.c $(LIB)
        $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
 
 dct-test: dct-test.o fdctref.o $(LIB)