Skip to content

Commit

Permalink
Android.mk: fixed libwebp source path
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 8, 2019
1 parent 5476860 commit eb050b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -14,7 +14,7 @@ PNG_LIBRARY_PATH := external/libpng-1.6.37
# Enable this if you want to support loading WebP images
# The library path should be a relative path to this directory.
SUPPORT_WEBP ?= true
WEBP_LIBRARY_PATH := external/libwebp-1.0.2
WEBP_LIBRARY_PATH := external/libwebp-1.0.3


# Build the library
Expand Down

0 comments on commit eb050b1

Please sign in to comment.