From eb050b187f529599cd9c8b6dfe78c90ca791d746 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 8 Nov 2019 23:00:56 +0300 Subject: [PATCH] Android.mk: fixed libwebp source path --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 329df3df..7fe979ba 100644 --- a/Android.mk +++ b/Android.mk @@ -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