mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-05 14:13:34 +08: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:
+2
-2
@@ -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