shithub: openh264

ref: fc056c7ef0315a2c6c9a07fc6c7df810335e0d24
dir: /build/platform-freebsd.mk/

View raw version
include build/platform-x86-common.mk
ASM = nasm
SHAREDLIBSUFFIX = so
CFLAGS += -fPIC -DMT_ENABLED
LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf
endif