shithub: openh264

ref: 6b8fc490777700f00cd198585a8759b3d1f5f351
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