shithub: openh264

ref: 078681a0973607c6527d0c232ee9e26a8e1885e5
dir: /build/platform-linux.mk/

View raw version
include build/platform-arch.mk
ASM = nasm
SHAREDLIBSUFFIX = so
CFLAGS += -Werror -fPIC -DLINUX -DMT_ENABLED -MMD -MP
LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf32
endif