changeset 979:979f3cbd08a2 libavcodec

tests link all libavcodec
author bellard
date Tue, 07 Jan 2003 23:47:09 +0000
parents fd31916942ef
children 0c32f81b42b2
files Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jan 07 22:51:32 2003 +0000
+++ b/Makefile	Tue Jan 07 23:47:09 2003 +0000
@@ -160,8 +160,7 @@
 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)