shithub: openh264

ref: 071254748fe93e6df8023e8c388bf4d53ab6f598
dir: /build/platform-linux.mk/

View raw version
include build/platform-arch.mk
SHAREDLIBSUFFIX = so
CFLAGS += -Wall -fPIC -DLINUX -DMT_ENABLED -MMD -MP
LDFLAGS += -lpthread
ifeq ($(ASM_ARCH), x86)
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf32
endif
endif
ifeq ($(ASM_ARCH), arm)
ASMFLAGS += -march=armv7-a -mfpu=neon
endif