shithub: openh264

ref: 9a685722403870e7ef5493cce8a942188c38e4e7
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