shithub: openh264

ref: 48e79d51b593271b8fd8dbd273aab2fc6b0b5a8e
dir: /build/platform-freebsd.mk/

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