shithub: openh264

ref: 031892265497de13b3f0c0305a00b0dbe2ddba24
dir: /build/platform-darwin.mk/

View raw version

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