• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1URL: https://chromium.googlesource.com/webm/libwebp
2Version: v1.2.0
3License: Google BSD like
4
5Local modifications:
6- Copy public headers from src/webp to include/webp, so path to headers
7  may be appended into CFLAGS without risk for other private headers
8  (e.g. bits.h) to leak into
9- Removed build files necessary for building via autoconf/automake tools
10  These files are not required to build via Android.bp
11
12The 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'.
15