shithub: openh264

ref: 4fc27714bd219e2a3edb4c07a2e6ec13dc45aeeb
dir: /build/platform-freebsd.mk/

View raw version
include $(SRC_PATH)build/platform-arch.mk
SHAREDLIBSUFFIX = so
CFLAGS += -fPIC
LDFLAGS += -lpthread
ifeq ($(ASM_ARCH), x86)
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf
endif
endif