shithub: openh264

ref: 319ae0253b63c3f0a6310375392b64c18797ac91
dir: /build/platform-darwin.mk/

View raw version

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