diff Makefile @ 644:641708b5c33c libavcodec

fixing tests
author michaelni
date Thu, 05 Sep 2002 08:48:34 +0000
parents d2f47c6c6b41
children f53e17dec13f
line wrap: on
line diff
--- a/Makefile	Tue Sep 03 20:15:34 2002 +0000
+++ b/Makefile	Thu Sep 05 08:48:34 2002 +0000
@@ -139,14 +139,14 @@
 # testing progs
 
 imgresample-test: imgresample.c
-	$(CC) $(CFLAGS) -DTEST -o $@ $^ 
+	$(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
 
 dct-test: dct-test.o jfdctfst.o jfdctint.o i386/fdct_mmx.o\
           fdctref.o jrevdct.o i386/idct_mmx.o simple_idct.o i386/simple_idct_mmx.o
 	$(CC) -o $@ $^ -lm
 
 motion-test: motion_test.o $(LIB)
-	$(CC) -o $@ $^
+	$(CC) -o $@ $^ -lm
 
 install: all
 ifeq ($(BUILD_SHARED),yes)