Skip to content

Commit 23d8e77

Browse files
committed
disable SUPPORT_SAVE_WEBP
1 parent f659c0c commit 23d8e77

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
diff --git a/Android.mk b/Android.mk
2-
index ad6d0f40..133379c8 100644
2+
index ad6d0f40..ac77a18c 100644
33
--- a/Android.mk
44
+++ b/Android.mk
5-
@@ -33,7 +33,7 @@ PNG_LIBRARY_PATH := external/libpng
5+
@@ -33,8 +33,8 @@ PNG_LIBRARY_PATH := external/libpng
66

77
# Enable this if you want to support loading WebP images
88
# The library path should be a relative path to this directory.
99
-SUPPORT_WEBP ?= false
10+
-SUPPORT_SAVE_WEBP ?= true
1011
+SUPPORT_WEBP := true
11-
SUPPORT_SAVE_WEBP ?= true
12+
+SUPPORT_SAVE_WEBP := false
1213
WEBP_LIBRARY_PATH := external/libwebp
1314

15+

0 commit comments

Comments
 (0)