shithub: openh264

ref: b842ff30e5b6575b6e73af6abcad6c0a829812b1
dir: /build/platform-darwin.mk/

View raw version

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