shithub: openh264

ref: 7d2c7616042923c5f567ac62903c93545d75e000
dir: /build/platform-freebsd.mk/

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