shithub: openh264

ref: 3761901ed4785ce0c85557362c857f506b4072ce
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