You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
584 B
15 lines
584 B
4 months ago
|
URL: https://chromium.googlesource.com/webm/libwebp
|
||
|
Version: v1.2.0
|
||
|
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
|
||
|
|
||
|
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'.
|