Index: third_party/libwebp/README.chromium |
diff --git a/third_party/libwebp/README.chromium b/third_party/libwebp/README.chromium |
index c19fe94657a7e3e9932be2a995e27e41076fcc40..53fa7e9cebd2bb9a27ebc6270a26c9055d4f4e37 100644 |
--- a/third_party/libwebp/README.chromium |
+++ b/third_party/libwebp/README.chromium |
@@ -1,14 +1,14 @@ |
Name: WebP image encoder/decoder |
Short Name: libwebp |
URL: http://developers.google.com/speed/webp |
-Version: v0.4.4 |
+Version: v0.5.0 |
License: BSD |
License File: LICENSE |
Security Critical: Yes |
Description: |
Source archive: |
- http://downloads.webmproject.org/releases/webp/libwebp-0.4.4.tar.gz |
+ http://downloads.webmproject.org/releases/webp/libwebp-0.5.0.tar.gz |
WebP is an image format that does both lossy and lossless compression of |
digital photographic images. WebP consists of a codec based on VP8, that Google |
@@ -22,3 +22,4 @@ Local changes: |
* Merged COPYING/PATENTS to LICENSE |
Cherry-picks: |
Revert patch f7fc4bc: dec/webp.c: don't wait for data before reporting w/h |
+ Revert patch d1c359e: fix shared object build with -fvisibility=hidden |