diff options
-rw-r--r-- | third_party/lpng_v163/pngpriv.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/lpng_v163/pngpriv.h b/third_party/lpng_v163/pngpriv.h index 7fa3d6059c..4ef3b189e7 100644 --- a/third_party/lpng_v163/pngpriv.h +++ b/third_party/lpng_v163/pngpriv.h @@ -125,7 +125,11 @@ /* NEON optimizations are to be at least considered by libpng, so enable the
* callbacks to do this.
*/
-# define PNG_FILTER_OPTIMIZATIONS png_init_filter_functions_neon
+/*
+ * Disabled by sbc since this copy of libpng doesn't contains the arm
+ * specific code (e.g. arm/arm_init.c)
+ */
+/*# define PNG_FILTER_OPTIMIZATIONS png_init_filter_functions_neon*/
#endif
/* Is this a build of a DLL where compilation of the object modules requires
|