summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/png.mak')
-rw-r--r--base/png.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/png.mak b/base/png.mak
index 7c617f86..899e1785 100644
--- a/base/png.mak
+++ b/base/png.mak
@@ -62,7 +62,7 @@ PZGEN=$(ZGENDIR)$(D)
# adds /Za which conflicts with the libpng 1.5.x source.
PNGCC=$(CC) $(CFLAGS) $(PNG_CFLAGS) $(I_)$(PI_)$(_I) $(I_)$(PNGGENDIR)$(_I) $(PF_) \
$(D_)PNG_NO_ASSEMBLER_CODE$(_D) $(D_)PNG_INTEL_SSE_OPT=0$(_D) \
-$(D_)PNG_INTEL_SSE_IMPLEMENTATION=0$(_D)
+$(D_)PNG_INTEL_SSE_IMPLEMENTATION=0$(_D) $(D_)PNG_ARM_NEON_IMPLEMENTATION=0$(_D)
# Define the name of this makefile.
LIBPNG_MAK=$(GLSRC)png.mak $(TOP_MAKEFILES)