shithub: openh264

ref: 42389008a3e480e356e63e705971933af5537252
dir: /build/platform-linux.mk/

View raw version
ASM = nasm
CFLAGS += -Werror -fPIC -DLINUX -D__NO_CTYPE
LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else 
ASMFLAGS += -f elf32
endif