Commit e80ec241 authored by bellard's avatar bellard

tests link all libavcodec


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1421 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c102fb4a
......@@ -160,8 +160,7 @@ cpuid_test: i386/cputest.c
imgresample-test: imgresample.c
$(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
dct-test: dct-test.o fdctref.o $(LIB)
$(CC) -o $@ $^ -lm
motion-test: motion_test.o $(LIB)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment