shithub: openh264

ref: 63c03b10b4d91a7d7e6401f6cf8accf99c243cb9
dir: /build/platform-darwin.mk/

View raw version

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