Skip to content

Commit

Permalink
Disable building webp support on Android unless you create a symlink …
Browse files Browse the repository at this point in the history
…to the webp directory to pick up it's Android.mk
  • Loading branch information
slouken committed Oct 3, 2013
1 parent 3059558 commit ff7972b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Android.mk
Expand Up @@ -16,7 +16,9 @@ PNG_LIBRARY_PATH := external/libpng-1.6.2

# Enable this if you want to support loading WebP images
# The library path should be a relative path to this directory.
SUPPORT_WEBP := true
#
# IMPORTANT: In order to enable this must have a symlink in your jni directory to external/libwebp-0.3.0.
SUPPORT_WEBP := false
WEBP_LIBRARY_PATH := external/libwebp-0.3.0


Expand Down

0 comments on commit ff7972b

Please sign in to comment.