openh264/build/platform-freebsd.mk

13 lines
198 B
Makefile
Raw Normal View History

include build/platform-arch.mk
2014-02-18 17:54:27 -08:00
SHAREDLIBSUFFIX = so
2014-03-31 18:24:10 -07:00
CFLAGS += -fPIC
LDFLAGS += -lpthread
ifeq ($(ASM_ARCH), x86)
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf
endif
endif