aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libpng
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@chromium.org>2016-06-06 08:27:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-06 08:27:53 -0700
commit11450d5ec107b3b770d27c05b107ed5b187cb777 (patch)
tree7710fa1dd77c967c7ef6371d3528151206726a94 /third_party/libpng
parent469f1c503d52e47322d4b83683d0d8a5d98380c4 (diff)
Update pnglibconf.h
It should have been updated when we updated the version. Update README.google to better reflect the difference from the original file. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2042833002 Review-Url: https://codereview.chromium.org/2042833002
Diffstat (limited to 'third_party/libpng')
-rw-r--r--third_party/libpng/README.google2
-rw-r--r--third_party/libpng/pnglibconf.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/third_party/libpng/README.google b/third_party/libpng/README.google
index 1acc408cb1..d9248899e3 100644
--- a/third_party/libpng/README.google
+++ b/third_party/libpng/README.google
@@ -5,7 +5,7 @@ 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).
+ pure rename).
(2) Included Intel optimizations by running:
"patch -i contrib/intel/intel_sse.patch -p1"
(3) Removed files unused by Skia
diff --git a/third_party/libpng/pnglibconf.h b/third_party/libpng/pnglibconf.h
index 7204c6d4a0..5e46c229ca 100644
--- a/third_party/libpng/pnglibconf.h
+++ b/third_party/libpng/pnglibconf.h
@@ -1,8 +1,8 @@
-/* libpng 1.6.22beta03 STANDARD API DEFINITION */
+/* libpng 1.6.22rc01 STANDARD API DEFINITION */
/* pnglibconf.h - library build configuration */
-/* Libpng version 1.6.22beta03 - February 8, 2016 */
+/* Libpng version 1.6.22rc01 - May 14, 2016 */
/* Copyright (c) 1998-2015 Glenn Randers-Pehrson */