aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libpng/README.google
blob: 1acc408cb1868202fa8fb99bba6515ada959fdb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
URL: http://www.libpng.org/pub/png/libpng.html
Version: 1.6.22rc01
License: libpng license
License File: LICENSE, pulled out of png.h
Description: png compression/decompression library
Local Modifications:
    (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a
    rename with a few additional settings enabled).
    (2) Included Intel optimizations by running:
    "patch -i contrib/intel/intel_sse.patch -p1"
    (3) Removed files unused by Skia
    (4) Fixed an undefined behavior bug (skbug.com/5390)