blob: 87179820622d4ef9d79049e13afd5ff205632409 [file] [log] [blame]
James Zerne8a1b862015-11-02 19:04:28 -08001URL: https://chromium.googlesource.com/webm/libwebp
James Zerncf0b0ef2019-01-15 18:26:18 -08002Version: v1.0.2
Eric Hassold9aea6422011-01-04 17:22:46 -08003License: Google BSD like
4
5Local modifications:
James Zern9e80ee92015-03-17 18:54:21 -07006- Copy public headers from src/webp to include/webp, so path to headers
Vikas Arora03d5e342011-06-02 23:59:44 +05307 may be appended into CFLAGS without risk for other private headers
Eric Hassold9aea6422011-01-04 17:22:46 -08008 (e.g. bits.h) to leak into
James Zern9e80ee92015-03-17 18:54:21 -07009- Removed build files necessary for building via autoconf/automake tools
James Zerna1873002018-01-11 19:59:28 -080010 These files are not required to build via Android.bp
Pascal Massiminoe24bc2a2019-03-28 19:44:39 +010011- cherry-pick ab2dc893 Rescaler: fix rounding error
12- cherry-pick aa65f89a HistogramCombineStochastic: fix free of uninit value
Eric Hassold9aea6422011-01-04 17:22:46 -080013
James Zerna1873002018-01-11 19:59:28 -080014The Android.bp file creates WebP decoder and encoder static libraries which
15can be added to any application by adding libwebp-decode and libwebp-encode to
16'static_libs'.