2015-03-03 16:59:20 +00:00
|
|
|
URL: http://www.libpng.org/pub/png/libpng.html
|
2016-06-02 19:59:59 +00:00
|
|
|
Version: 1.6.22rc01
|
2015-03-03 16:59:20 +00:00
|
|
|
License: libpng license
|
|
|
|
License File: LICENSE, pulled out of png.h
|
|
|
|
Description: png compression/decompression library
|
2016-05-17 16:31:04 +00:00
|
|
|
Local Modifications:
|
2016-06-06 15:57:50 +00:00
|
|
|
(1) Created pnglibconf.h from pnglibconf.h.prebuilt. This
|
|
|
|
is mostly a rename, with Skia-specific settings at the end.
|
|
|
|
The only difference is for pngprefix.h.
|
2016-06-02 19:59:59 +00:00
|
|
|
(2) Included Intel optimizations by running:
|
2016-05-17 16:31:04 +00:00
|
|
|
"patch -i contrib/intel/intel_sse.patch -p1"
|
2016-06-02 19:59:59 +00:00
|
|
|
(3) Removed files unused by Skia
|
2016-06-03 16:36:53 +00:00
|
|
|
(4) Fixed an undefined behavior bug (skbug.com/5390)
|
2016-06-06 15:57:50 +00:00
|
|
|
(5) Add pngprefix.h, so multiple versions of libpng can
|
|
|
|
coexist.
|