diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-09-01 09:33:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-01 09:33:05 +0000 |
commit | 86748dbc61e08a97e70e8e1c821c899ac6f1beac (patch) | |
tree | 47d190fb15e2ec3770380be68f979c1d10479341 /libavcodec/Makefile | |
parent | e61efa2468e65fc664b824519e30998f1263cd6d (diff) | |
download | ffmpeg-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/Makefile | 4 |
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) |