Commit bba2f124 authored by Andrew Osmond's avatar Andrew Osmond
Browse files

Bug 1521478 - Update libwebp to v1.0.2. r=jrmuizel

parent 1b65a4f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Contributors:
- James Zern (jzern at google dot com)
- Jan Engelhardt (jengelh at medozas dot de)
- Jehan (jehan at girinstud dot io)
- Johann (johann dot koenig at duck dot com)
- Johann Koenig (johann dot koenig at duck dot com)
- Jovan Zelincevic (jovan dot zelincevic at imgtec dot com)
- Jyrki Alakuijala (jyrki at google dot com)
- Konstantin Ivlev (tomskside at gmail dot com)
+2 −0
Original line number Diff line number Diff line
Changes made to pristine libwebp source by mozilla.org developers.

2018/01/21  -- Synced with libwebp-1.0.2 (bug 1521478).

2018/11/26  -- Synced with libwebp-1.0.1 (bug 1509878).

2018/10/04  -- Synced with libwebp-1.0.0 (bug #1294490).
+8 −0
Original line number Diff line number Diff line
- 1/14/2019: version 1.0.2
  This is a binary compatible release.
  * (Windows) unicode file support in the tools (linux and mac already had
    support, issue #398)
  * lossless encoder speedups
  * lossy encoder speedup on ARM
  * lossless multi-threaded security fix (chromium:917029)

- 11/2/2018: version 1.0.1
  This is a binary compatible release.
  * lossless encoder speedups
+3 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
          \__\__/\____/\_____/__/ ____  ___
                / _/ /    \    \ /  _ \/ _/
               /  \_/   / /   \ \   __/  \__
               \____/____/\_____/_____/____/v1.0.1
               \____/____/\_____/_____/____/v1.0.2

Description:
============
@@ -136,6 +136,8 @@ cmake -DWEBP_BUILD_CWEBP=ON -DWEBP_BUILD_DWEBP=ON ../

or through your favorite interface (like ccmake or cmake-qt-gui).

Use option -DWEBP_UNICODE=ON for Unicode support on Windows (with chcp 65001).

Finally, once installed, you can also use WebP in your CMake project by doing:

find_package(WebP)
+1 −1
Original line number Diff line number Diff line
          __   __  ____  ____  ____  __ __  _     __ __
         /  \\/  \/  _ \/  _ \/  _ \/  \  \/ \___/_ / _\
         \       /   __/  _  \   __/      /  /  (_/  /__
          \__\__/\_____/_____/__/  \__//_/\_____/__/___/v1.0.1
          \__\__/\_____/_____/__/  \__//_/\_____/__/___/v1.0.2


Description:
Loading