aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-09-01 09:33:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-09-01 09:33:05 +0000
commit86748dbc61e08a97e70e8e1c821c899ac6f1beac (patch)
tree47d190fb15e2ec3770380be68f979c1d10479341 /libavcodec/Makefile
parente61efa2468e65fc664b824519e30998f1263cd6d (diff)
downloadffmpeg-86748dbc61e08a97e70e8e1c821c899ac6f1beac.tar.gz
dct-test update
test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes Originally committed as revision 892 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index c46bb10beb..89671dd6f7 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -131,8 +131,8 @@ cpuid_test: i386/cputest.c
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)