[Ffmpeg-cvslog] r6860 - trunk/libavcodec/Makefile
diego
subversion
Wed Nov 1 19:51:37 CET 2006
Author: diego
Date: Wed Nov 1 19:51:37 2006
New Revision: 6860
Modified:
trunk/libavcodec/Makefile
Log:
Make tests compile on non-x86.
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Wed Nov 1 19:51:37 2006
@@ -405,7 +405,11 @@
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
More information about the ffmpeg-cvslog
mailing list