blob: 4bfaad6b1dc0337d93a2a6af1a4fbeb951b7e597 [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
Vikas Arora03d5e342011-06-02 23:59:44 +05309 may be appended into CFLAGS without risk for other private headers
Eric Hassold9aea6422011-01-04 17:22:46 -080010 (e.g. bits.h) to leak into
Vikas Arora03d5e342011-06-02 23:59:44 +053011- Sync-patch with libwebp ver 0.1.2
12- Removed Build files necessary for building via autoconf/automake tools
13 These files are not required to build via Android.mk
14 - Makefile.am Makefile.vc Makefile.in
15 - config.h.in configure config.guess config.sub configure.ac
16 - autogen.sh install-sh missing depcomp ltmain.sh aclocal.m4
Eric Hassold9aea6422011-01-04 17:22:46 -080017
Vikas Arora03d5e342011-06-02 23:59:44 +053018The Android.mk file creates a static library which can be added
19to any application by Adding to LOCAL_STATIC_JAVA_LIBRARIES
Eric Hassold9aea6422011-01-04 17:22:46 -080020libwebp-decode:
21
22 LOCAL_STATIC_JAVA_LIBRARIES += libwebp-decode
23