blob: 30c9b33e3abed48e7f60154a1ff3b6bac457995b [file] [log] [blame]
Eric Hassold9aea6422011-01-04 17:22:46 -08001URL: http://review.webmproject.org/gitweb?p=libwebp.git
2Version: 43/1443/1
3License: Google BSD like
4
5Local modifications:
6- Rewrite Android.mk to remove duplicate definitions and set module name
7 in a consistent way with other external libraries
8- Move public headers from src/webp to include/webp, so path to headers
9 may be appended into CFLAGS without risk for other private headers
10 (e.g. bits.h) to leak into
11
12The Android.mk file creates a static library which can be added
13to any application by Adding to LOCAL_STATIC_JAVA_LIBRARIES
14libwebp-decode:
15
16 LOCAL_STATIC_JAVA_LIBRARIES += libwebp-decode
17