changeset 3934:f2f03d25e58c libavcodec

imgresample-test depends on $(LIB).
author diego
date Thu, 05 Oct 2006 00:51:40 +0000
parents ed92e541db41
children 663ff849562b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Oct 05 00:32:56 2006 +0000
+++ b/Makefile	Thu Oct 05 00:51:40 2006 +0000
@@ -439,7 +439,7 @@
 
 # testing progs
 
-imgresample-test: imgresample.c
+imgresample-test: imgresample.c $(LIB)
 	$(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
 
 dct-test: dct-test.o fdctref.o $(LIB)