diff options
author | msarett <msarett@google.com> | 2016-05-17 09:31:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-17 09:31:04 -0700 |
commit | 8fe89ab9b2c0089451d373c9ea76245fc8ef5a45 (patch) | |
tree | 78b49af411c82ccb1960a3f3fc5adaa33704573b /third_party/libpng | |
parent | b1be46b1d938c21eafa7ded5560bcc10b71cd471 (diff) |
Update libpng to 1.6.22rc01
If there are no issues, this version will be released May 26.
Let's start testing with it, so we are ready to update Chrome when
it is available.
BUG=skia:4710
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1983853002
Review-Url: https://codereview.chromium.org/1983853002
Diffstat (limited to 'third_party/libpng')
-rw-r--r-- | third_party/libpng/README.google | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/third_party/libpng/README.google b/third_party/libpng/README.google index c40482c43e..3ca42b0378 100644 --- a/third_party/libpng/README.google +++ b/third_party/libpng/README.google @@ -3,11 +3,15 @@ Version: 1.6.16 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) Copied LICENSE into - this directory. (Originally it was pulled from png.h, but libpng has - now provided a separate LICENSE file for convenience, which we use +Local Modifications: + (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a + rename with a few additional settings enabled). + (2) Copied LICENSE into this directory. (Originally it + was pulled from png.h, but libpng has now provided a + separate LICENSE file for convenience, which we use directly.) + (3) Included Intel optimizations by running: + "patch -i contrib/intel/intel_sse.patch -p1" FAQ: Q: Why does this directory exist? |