blob: 93c201401a7cc7692f1f8ce229ff253800d0be36 [file] [log] [blame]
James Zerne8a1b862015-11-02 19:04:28 -08001URL: https://chromium.googlesource.com/webm/libwebp
James Zerne74dd9b2023-09-09 14:02:18 -07002Version: v1.1.0-8-g50f60add
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
Eric Hassold9aea6422011-01-04 17:22:46 -080011
James Zerna1873002018-01-11 19:59:28 -080012The Android.bp file creates WebP decoder and encoder static libraries which
13can be added to any application by adding libwebp-decode and libwebp-encode to
14'static_libs'.