shithub: openh264

ref: b7bee7af0aa27571f0cd88f94fda9910ca64a32d
dir: /build/platform-linux.mk/

View raw version
include build/platform-x86-common.mk
ASM = nasm
SHAREDLIBSUFFIX = so
CFLAGS += -Werror -fPIC -DLINUX -DMT_ENABLED -MMD -MP
LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
ASMFLAGS += -f elf32
endif