X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/722813702f33904c59fddc4410b4c62999962ece..e2c0faf71c4ec2ae9a604d7e9c2850f081bff266:/src/png/config.h.in diff --git a/src/png/config.h.in b/src/png/config.h.in index d154742738..713869b39b 100644 --- a/src/png/config.h.in +++ b/src/png/config.h.in @@ -15,9 +15,6 @@ /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ -/* Define to 1 if you have the header file. */ -#undef HAVE_MALLOC_H - /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -73,11 +70,17 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Align row buffers */ -#undef PNG_ALIGNED_MEMORY_SUPPORTED +/* Turn on ARM Neon optimizations at run-time */ +#undef PNG_ARM_NEON_API_SUPPORTED + +/* Check for ARM Neon support at run-time */ +#undef PNG_ARM_NEON_CHECK_SUPPORTED + +/* Enable ARM Neon optimizations */ +#undef PNG_ARM_NEON_SUPPORTED -/* Enable ARM NEON optimizations */ -#undef PNG_ARM_NEON +/* Disable ARM Neon optimizations */ +#undef PNG_NO_ARM_NEON /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS