Mercurial > libavcodec.hg
diff Makefile @ 4117:c647eff78d91 libavcodec
Make tests compile on non-x86.
author | diego |
---|---|
date | Wed, 01 Nov 2006 18:51:37 +0000 |
parents | e7e72aad32e4 |
children | f6f67a8bdd09 |
line wrap: on
line diff
--- a/Makefile Wed Nov 01 18:34:40 2006 +0000 +++ b/Makefile Wed Nov 01 18:51:37 2006 +0000 @@ -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