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 |
| 9 | may be appended into CFLAGS without risk for other private headers |
| 10 | (e.g. bits.h) to leak into |
| 11 | |
| 12 | The Android.mk file creates a static library which can be added |
| 13 | to any application by Adding to LOCAL_STATIC_JAVA_LIBRARIES |
| 14 | libwebp-decode: |
| 15 | |
| 16 | LOCAL_STATIC_JAVA_LIBRARIES += libwebp-decode |
| 17 | |