[libpng15] Fixed PNG_ALIGN(ED)_MEMORY and add ability to turn off ARM_NEON

runtime checks
This commit is contained in:
John Bowler
2013-02-19 10:20:06 -06:00
committed by Glenn Randers-Pehrson
parent 1b69de718e
commit d19ad72e28
7 changed files with 73 additions and 32 deletions

View File

@@ -3,7 +3,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng 1.5.15beta06 - February 18, 2013 */
/* Libpng 1.5.15beta06 - February 19, 2013 */
/* Copyright (c) 1998-2012 Glenn Randers-Pehrson */
@@ -36,7 +36,8 @@
/* end of settings */
/* options */
#define PNG_16BIT_SUPPORTED 1
#define PNG_ALIGN_MEMORY_SUPPORTED 1
#define PNG_ALIGNED_MEMORY_SUPPORTED
#define PNG_ARM_NEON_CHECK_SUPPORTED
#define PNG_BENIGN_ERRORS_SUPPORTED 1
#define PNG_BUILD_GRAYSCALE_PALETTE_SUPPORTED 1
#define PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED 1