diff Makefile @ 633:e7b72c1dfa1b libavcodec

dct-test update test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes
author michaelni
date Sun, 01 Sep 2002 09:33:05 +0000
parents bb6a69f9d409
children 57b9a37546a0
line wrap: on
line diff
--- a/Makefile	Sun Sep 01 07:40:31 2002 +0000
+++ b/Makefile	Sun Sep 01 09:33:05 2002 +0000
@@ -131,8 +131,8 @@
 imgresample-test: imgresample.c
 	$(CC) $(CFLAGS) -DTEST -o $@ $^ 
 
-dct-test: dct-test.o jfdctfst.o i386/fdct_mmx.o \
-          fdctref.o jrevdct.o i386/idct_mmx.o
+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)