shithub: openh264

ref: b7ea251e95ec2a6780a5b639cd2f9e6dc570c30b
dir: /build/platform-freebsd.mk/

View raw version
include 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