openh264/build/platform-freebsd.mk

13 lines
221 B
Makefile
Raw Normal View History

2014-02-19 02:54:27 +01:00
include build/platform-x86-common.mk
ASM = nasm
2014-02-19 02:54:27 +01:00
SHAREDLIBSUFFIX = so
CFLAGS += -fPIC -DMT_ENABLED
LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf
endif