mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Make tests compile on non-x86.
Originally committed as revision 6860 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3d6a30d948
commit
e164fbfeac
@ -405,7 +405,11 @@ ifeq ($(BUILD_SHARED),yes)
|
||||
LIBVERSION=$(LAVCVERSION)
|
||||
LIBMAJOR=$(LAVCMAJOR)
|
||||
endif
|
||||
TESTS= cpuid_test imgresample-test dct-test motion-test fft-test
|
||||
|
||||
TESTS= imgresample-test fft-test
|
||||
ifeq ($(TARGET_ARCH_X86),yes)
|
||||
TESTS+= cpuid_test dct-test motion-test
|
||||
endif
|
||||
|
||||
include $(SRC_PATH)/common.mak
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user