[libpng17] Ported ARM no-read patch from libpng16.

This commit is contained in:
John Bowler
2013-07-03 07:46:02 -05:00
committed by Glenn Randers-Pehrson
parent 23f4320775
commit f97b2a6cde
4 changed files with 6 additions and 0 deletions

View File

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