[libpng15] Imported from libpng-1.5.10beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-02-26 21:40:37 -06:00
parent 755c39725e
commit b40411882a
18 changed files with 49 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.5.10beta02 - February 24, 2012
Makefiles for libpng version 1.5.10beta02 - February 27, 2012
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile

View File

@@ -42,7 +42,7 @@ BEGIN{
comment=start cx # Comment start
cend="*/" end # Comment end
def=start "#define PNG_" ct # Arbitrary define
sup=ct "_SUPPORTED" end # end supported option
sup=ct "_SUPPORTED 1" end # end supported option
und=comment "#undef PNG_" ct # Unsupported option
une=ct "_SUPPORTED" cend # end unsupported option
error=start "ERROR:" # error message

View File

@@ -3,7 +3,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng 1.5.10beta02 - February 25, 2012 */
/* Libpng 1.5.10beta02 - February 27, 2012 */
/* Copyright (c) 1998-2011 Glenn Randers-Pehrson */