diff Makefile @ 3935:663ff849562b libavcodec

Fix imgresample-test compilation.
author diego
date Thu, 05 Oct 2006 01:28:25 +0000
parents f2f03d25e58c
children 0b4d29db857a
line wrap: on
line diff
--- a/Makefile	Thu Oct 05 00:51:40 2006 +0000
+++ b/Makefile	Thu Oct 05 01:28:25 2006 +0000
@@ -440,7 +440,7 @@
 # testing progs
 
 imgresample-test: imgresample.c $(LIB)
-	$(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
+	$(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
 
 dct-test: dct-test.o fdctref.o $(LIB)
 	$(CC) -o $@ $^ $(EXTRALIBS)