You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
add xvid idcts to dct-test
Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user