shithub: openh264

ref: 21197abe96e29cab30722a0d6652c56e7eb4579c
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