From bc94fe76d6fd62b3dab890a8036d86b1afec3675 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Fri, 24 Nov 2017 23:45:13 +0200 Subject: [PATCH] libpng: Fixed compilation --- project/jni/png/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/jni/png/config.h b/project/jni/png/config.h index 785d654f9..cb9583f7e 100644 --- a/project/jni/png/config.h +++ b/project/jni/png/config.h @@ -77,7 +77,7 @@ /* #undef PNG_ARM_NEON_CHECK_SUPPORTED */ /* Enable ARM Neon optimizations */ -/* #undef PNG_ARM_NEON_OPT */ +#define PNG_ARM_NEON_OPT 0 /* Enable Intel SSE optimizations */ /* #undef PNG_INTEL_SSE_OPT */