diff Makefile @ 2872:062b2d5d1eba libavcodec

add xvid idcts to dct-test
author michael
date Sat, 10 Sep 2005 23:00:13 +0000
parents 666064f710d4
children e1dfc65af0fb
line wrap: on
line diff
--- a/Makefile	Sat Sep 10 19:30:40 2005 +0000
+++ b/Makefile	Sat Sep 10 23:00:13 2005 +0000
@@ -465,7 +465,7 @@
 	$(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
 
 dct-test: dct-test.o fdctref.o $(LIB)
-	$(CC) -o $@ $^ -lm
+	$(CC) -o $@ $^ -lm $(LIBAVUTIL)
 
 motion-test: motion_test.o $(LIB)
 	$(CC) -o $@ $^ -lm