Commit aef4b1d8 authored by diego's avatar diego

Make tests compile on non-x86.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 56f20ece
...@@ -405,7 +405,11 @@ ifeq ($(BUILD_SHARED),yes) ...@@ -405,7 +405,11 @@ ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVCVERSION) LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR) LIBMAJOR=$(LAVCMAJOR)
endif 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 include $(SRC_PATH)/common.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment