Eric Hassold | 9aea642 | 2011-01-04 17:22:46 -0800 | [diff] [blame] | 1 | URL: http://review.webmproject.org/gitweb?p=libwebp.git |
| 2 | Version: 43/1443/1 |
| 3 | License: Google BSD like |
| 4 | |
| 5 | Local 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 Arora | 03d5e34 | 2011-06-02 23:59:44 +0530 | [diff] [blame^] | 9 | may be appended into CFLAGS without risk for other private headers |
Eric Hassold | 9aea642 | 2011-01-04 17:22:46 -0800 | [diff] [blame] | 10 | (e.g. bits.h) to leak into |
Vikas Arora | 03d5e34 | 2011-06-02 23:59:44 +0530 | [diff] [blame^] | 11 | - 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 Hassold | 9aea642 | 2011-01-04 17:22:46 -0800 | [diff] [blame] | 17 | |
Vikas Arora | 03d5e34 | 2011-06-02 23:59:44 +0530 | [diff] [blame^] | 18 | The Android.mk file creates a static library which can be added |
| 19 | to any application by Adding to LOCAL_STATIC_JAVA_LIBRARIES |
Eric Hassold | 9aea642 | 2011-01-04 17:22:46 -0800 | [diff] [blame] | 20 | libwebp-decode: |
| 21 | |
| 22 | LOCAL_STATIC_JAVA_LIBRARIES += libwebp-decode |
| 23 | |