提交 e164fbfe 编写于 作者: D Diego Biurrun

Make tests compile on non-x86.

Originally committed as revision 6860 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3d6a30d9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册