You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
dct-test works on non-x86 now.
Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -404,9 +404,9 @@ NAME=avcodec
|
||||
LIBVERSION=$(LAVCVERSION)
|
||||
LIBMAJOR=$(LAVCMAJOR)
|
||||
|
||||
TESTS= imgresample-test fft-test
|
||||
TESTS= imgresample-test fft-test dct-test
|
||||
ifeq ($(TARGET_ARCH_X86),yes)
|
||||
TESTS+= cpuid_test dct-test motion-test
|
||||
TESTS+= cpuid_test motion-test
|
||||
endif
|
||||
|
||||
include ../common.mak
|
||||
|
Reference in New Issue
Block a user