From e164fbfeac116f219d76ef994bc4b3c57ccfc272 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 1 Nov 2006 18:51:37 +0000 Subject: Make tests compile on non-x86. Originally committed as revision 6860 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 9571c69ac5..7939c42e9d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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 -- cgit v1.2.3