openh264/build/platform-freebsd.mk

13 lines
211 B
Makefile
Raw Normal View History

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