shithub: openh264

ref: a24b781e5468d61753db3426ac7a21d130945e61
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