blob: fd7cd89e4f0a978a1c4fb918f1145fd0da703c5b [file] [log] [blame]
URL: https://chromium.googlesource.com/webm/libwebp
Version: v0.6.1
License: Google BSD like
Local modifications:
- Copy public headers from src/webp to include/webp, so path to headers
may be appended into CFLAGS without risk for other private headers
(e.g. bits.h) to leak into
- Removed build files necessary for building via autoconf/automake tools
These files are not required to build via Android.bp
- Undefine WEBP_ANDROID_NEON on Android targets and use __ARM_NEON__
instead.
- cherry-pick 7038ca8d demux,StoreFrame: restore hdr size check to min req
The Android.bp file creates WebP decoder and encoder static libraries which
can be added to any application by adding libwebp-decode and libwebp-encode to
'static_libs'.