shithub: openh264

ref: 47934b3042f85b66699daa4663badd2b4435dbd2
dir: /build/platform-freebsd.mk/

View raw version
ASM = nasm
CFLAGS += -fPIC -DMT_ENABLED
LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf
endif