[libpng17] Removed more functions that were deprecated in libpng-1.6.0:

png_malloc_default png_free_default.
  Updated some left over "1.6.0beta32" in code sources.
  Fixed a "png_structp" prototype (should be png_structrp) in arm_init.c
  Updated the version-number hack in pngvalid.c
This commit is contained in:
John Bowler
2012-12-15 21:34:14 -06:00
committed by Glenn Randers-Pehrson
parent bbabd977d1
commit d59c19b64c
31 changed files with 90 additions and 149 deletions

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.7.0alpha02 - December 15, 2012
Makefiles for libpng version 1.7.0alpha02 - December 16, 2012
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile

View File

@@ -25,7 +25,7 @@ S-OS2 DESCRIPTION "PNG image compression library"-E
S-OS2 CODE PRELOAD MOVEABLE DISCARDABLE-E
S--E
S-EXPORTS-E
S-;Version 1.5.0beta58-E
S-;Version 1.7.0alpha02-E
/* NOTE: PNG_JOIN is interpreted by the calling script as a signal to
* join the two things on either side, so we can do symbol

View File

@@ -3,7 +3,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng 1.7.0alpha02 - December 15, 2012 */
/* Libpng 1.7.0alpha02 - December 16, 2012 */
/* Copyright (c) 1998-2012 Glenn Randers-Pehrson */

View File

@@ -101,8 +101,6 @@ EXPORTS
png_malloc_warn @96
png_free @97
png_free_data @98
png_malloc_default @100
png_free_default @101
png_error @102
png_chunk_error @103
png_err @104