[libpng17] Fixed ALIGNED_MEMORY support and

Allow run-time ARM NEON checking to be disabled. A new configure option:
--enable-arm-neon=always will stop the run-time checks. New checks
within arm/arm_init.c will cause the code not to be compiled unless
__ARM_NEON__ is set. This should make it fail safe (if someone asks
for it on then the build will fail if it can't be done.)
This commit is contained in:
John Bowler
2013-02-19 09:52:30 -06:00
committed by Glenn Randers-Pehrson
parent 7363babe4f
commit 2799f74489
6 changed files with 48 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
/* pnglibconf.h - library build configuration */
/* libpng version 1.7.0beta03 - February 18, 2013 */
/* libpng version 1.7.0beta03 - February 19, 2013 */
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */