2014-02-25 22:48:35 +01:00
|
|
|
ifneq ($(filter %86 x86_64, $(ARCH)),)
|
|
|
|
include build/platform-x86-common.mk
|
|
|
|
endif
|
2014-02-26 14:00:35 +01:00
|
|
|
ifneq ($(filter-out arm64, $(filter arm%, $(ARCH))),)
|
|
|
|
ifeq ($(USE_ASM), Yes)
|
|
|
|
ASM_ARCH = arm
|
2014-03-19 03:47:26 +01:00
|
|
|
ASMFLAGS += -Icodec/common/arm/
|
2014-02-26 14:00:35 +01:00
|
|
|
CFLAGS += -DHAVE_NEON
|
|
|
|
endif
|
|
|
|
endif
|