comparison 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
comparison
equal deleted inserted replaced
4116:7a08ccdc8550 4117:c647eff78d91
403 NAME=avcodec 403 NAME=avcodec
404 ifeq ($(BUILD_SHARED),yes) 404 ifeq ($(BUILD_SHARED),yes)
405 LIBVERSION=$(LAVCVERSION) 405 LIBVERSION=$(LAVCVERSION)
406 LIBMAJOR=$(LAVCMAJOR) 406 LIBMAJOR=$(LAVCMAJOR)
407 endif 407 endif
408 TESTS= cpuid_test imgresample-test dct-test motion-test fft-test 408
409 TESTS= imgresample-test fft-test
410 ifeq ($(TARGET_ARCH_X86),yes)
411 TESTS+= cpuid_test dct-test motion-test
412 endif
409 413
410 include $(SRC_PATH)/common.mak 414 include $(SRC_PATH)/common.mak
411 415
412 amrlibs: 416 amrlibs:
413 $(MAKE) -C amr spclib fipoplib 417 $(MAKE) -C amr spclib fipoplib