shithub: openh264

ref: 34b7f38e94b57ff17c5030aee3694a3b56e90e51
dir: /build/platform-darwin.mk/

View raw version

ASM = nasm
CFLAGS += -Wno-deprecated-declarations -Werror -fPIC -DMACOS -DMT_ENABLED -MMD -MP
LDFLAGS += -lpthread
ASMFLAGS += --prefix _ -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f macho64
else
ASMFLAGS += -f macho
endif