shithub: openh264

ref: fc66b629ef16f2ca1b4f2804f06b1df0613875fc
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