shithub: openh264

ref: 8962b7c98baa809867d23d301665b9c0e99db10b
dir: /build/platform-arch.mk/

View raw version
ifneq ($(filter %86 x86_64, $(ARCH)),)
include build/platform-x86-common.mk
endif
ifneq ($(filter-out arm64, $(filter arm%, $(ARCH))),)
ifeq ($(USE_ASM), Yes)
ASM_ARCH = arm
CFLAGS += -DHAVE_NEON
endif
endif