shithub: openh264

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