[libpng15] Made the _SUPPORTED macro definitions consistent.

This commit is contained in:
John Bowler
2013-03-01 20:23:11 -06:00
committed by Glenn Randers-Pehrson
parent 1d82c0f287
commit 85d027f3d0
5 changed files with 176 additions and 154 deletions

View File

@@ -178,7 +178,7 @@ AC_ARG_ENABLE([arm-neon],
AC_DEFINE([PNG_FILTER_OPTIMIZATIONS],
[png_init_filter_functions_neon],
[ARM NEON filter initialization function])
AC_DEFINE([PNG_ALIGNED_MEMORY_SUPPORTED], [1],
AC_DEFINE([PNG_ALIGNED_MEMORY_SUPPORTED], [],
[Align row buffers])
if test "${enableval}" = "always"; then
AC_DEFINE([PNG_NO_ARM_NEON_CHECK], [],