shithub: openh264

ref: 3c40261256f6e89bd868f9fafba8b9c4fd9ea15d
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