shithub: openh264

ref: 09f0254d5ed62a28cdb019a8726bf4a7bc03ce2e
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