[libpng17] Port recent changes to ARM support from libpng-1.6.3beta07.

This commit is contained in:
John Bowler
2013-06-08 14:20:46 -05:00
committed by Glenn Randers-Pehrson
parent b88c94208a
commit 34081a0e2f
9 changed files with 128 additions and 65 deletions

View File

@@ -16,7 +16,7 @@
#include "../pngpriv.h"
#ifdef PNG_ARM_NEON_SUPPORTED
#if PNG_ARM_NEON_OPT > 0
#ifdef PNG_ARM_NEON_CHECK_SUPPORTED /* Do run-time checks */
#include <signal.h> /* for sig_atomic_t */
@@ -216,4 +216,4 @@ png_init_filter_functions_neon(png_structp pp, unsigned int bpp)
png_read_filter_row_paeth4_neon;
}
}
#endif /* PNG_ARM_NEON_SUPPORTED */
#endif /* PNG_ARM_NEON_OPT > 0 */