summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-02-22 14:55:27 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-05-12 12:12:08 -0500
commitae8174d9a35605148e9b5ddcc02e4608d8739a65 (patch)
tree2d0a8aa3f9d0b3e627bc797f71d1f3d74f8fd849 /config.h.in
parenta3bece6bb79b34c0b70a963fc7543dbdd5d11bb5 (diff)
downloadlibpng-ae8174d9a35605148e9b5ddcc02e4608d8739a65.tar.gz
[libpng15] Imported from libpng-1.5.15beta06.tar
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index cad335d49..8905c19a8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -73,17 +73,14 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Turn on ARM Neon optimizations at run-time */
-#undef PNG_ARM_NEON_API_SUPPORTED
+/* Align row buffers */
+#undef PNG_ALIGNED_MEMORY_SUPPORTED
-/* Check for ARM Neon support at run-time */
-#undef PNG_ARM_NEON_CHECK_SUPPORTED
+/* ARM NEON filter initialization function */
+#undef PNG_FILTER_OPTIMIZATIONS
-/* Enable ARM Neon optimizations */
-#undef PNG_ARM_NEON_SUPPORTED
-
-/* Disable ARM Neon optimizations */
-#undef PNG_NO_ARM_NEON
+/* Turn off run-time checking for ARM NEON support */
+#undef PNG_NO_ARM_NEON_CHECK
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS