summaryrefslogtreecommitdiff
path: root/arm/arm_init.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-02-19 14:58:59 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-02-19 14:58:59 -0600
commitda9d1d7aa6f4b12ec065a37666aef9207c9ad1cb (patch)
treee5804ed18f78273806fd92e34079538f9e41240e /arm/arm_init.c
parent52846504da1f519cf1bb89636caf9110e8677443 (diff)
downloadlibpng-da9d1d7aa6f4b12ec065a37666aef9207c9ad1cb.tar.gz
[libpng16] Added pngdebug() statements to the new intel code and the arm code.
Diffstat (limited to 'arm/arm_init.c')
-rw-r--r--arm/arm_init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arm/arm_init.c b/arm/arm_init.c
index fb3d50d04..3c0123174 100644
--- a/arm/arm_init.c
+++ b/arm/arm_init.c
@@ -1,9 +1,9 @@
/* arm_init.c - NEON optimised filter functions
*
- * Copyright (c) 2014 Glenn Randers-Pehrson
+ * Copyright (c) 2014,2016 Glenn Randers-Pehrson
* Written by Mans Rullgard, 2011.
- * Last changed in libpng 1.6.16 [December 22, 2014]
+ * Last changed in libpng 1.6.22 [(PENDING RELEASE)]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
@@ -66,6 +66,7 @@ png_init_filter_functions_neon(png_structp pp, unsigned int bpp)
* wrong order of the 'ON' and 'default' cases. UNSET now defaults to OFF,
* as documented in png.h
*/
+ png_debug(1, "in png_init_filter_functions_neon");
#ifdef PNG_ARM_NEON_API_SUPPORTED
switch ((pp->options >> PNG_ARM_NEON) & 3)
{