[libpng16] Imported from libpng-1.6.10beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-02-22 23:02:54 -06:00
parent 45625eceb4
commit 78c28fea51
14 changed files with 30 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.6.10beta02 - February 9, 2014
Makefiles for libpng version 1.6.10beta02 - February 23, 2014
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile

View File

@@ -578,8 +578,9 @@ option GAMMA disabled
option COLORSPACE enables GAMMA disabled
# When an ICC profile is read, or png_set, it will be checked for a match
# against known sRGB profiles if the sRGB handling is enabled. This
# setting controls how much work is done during the check:
# against known sRGB profiles if the sRGB handling is enabled. The
# PNG_sRGB_PROFILE_CHECKS setting controls how much work is done during the
# check:
#
# 0: Just validate the profile MD5 signature if present, otherwise use
# the checks in option 1.

View File

@@ -2,7 +2,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng version 1.6.10beta02 - February 9, 2014 */
/* Libpng version 1.6.10beta02 - February 23, 2014 */
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */