shithub: openh264

ref: ab2e5fe20760049c97f9d40af55353c4c2819056
dir: /build/platform-linux.mk/

View raw version
include build/platform-x86-common.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