diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-09-10 23:00:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-09-10 23:00:13 +0000 |
commit | 434df899fe115a6f5b1b37badd62364586fee776 (patch) | |
tree | 4a70a5fd105691aac9d315c0a7b42b13eb681354 /libavcodec/Makefile | |
parent | cd7af76d9ecb1ef3e18c5b224970a2a94e9baf06 (diff) | |
download | ffmpeg-434df899fe115a6f5b1b37badd62364586fee776.tar.gz |
add xvid idcts to dct-test
Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index fbedd70951..3b60705636 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -465,7 +465,7 @@ imgresample-test: imgresample.c $(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 |