shithub: openh264

ref: 5616ddb3a57a6cd04da6ecf6d3288eef3254666f
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