[libpng17] Imported from libpng-1.7.0beta87.tar

This commit is contained in:
Glenn Randers-Pehrson
2017-04-01 09:50:03 -05:00
parent a9b02399ac
commit 8f4d83a881
21 changed files with 100 additions and 78 deletions

View File

@@ -14,7 +14,7 @@
* All routines take and return a floating point value in the range
* 0 to 1.0, doing a calculation according to the sRGB specification
* (in fact the source of the numbers is the wikipedia article at
* http://en.wikipedia.org/wiki/SRGB).
* https://en.wikipedia.org/wiki/SRGB).
*/
static double
sRGB_from_linear(double l)