We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f659c0c commit 23d8e77Copy full SHA for 23d8e77
1 file changed
pythonforandroid/recipes/sdl3_image/enable-webp.patch
@@ -1,13 +1,15 @@
1
diff --git a/Android.mk b/Android.mk
2
-index ad6d0f40..133379c8 100644
+index ad6d0f40..ac77a18c 100644
3
--- a/Android.mk
4
+++ b/Android.mk
5
-@@ -33,7 +33,7 @@ PNG_LIBRARY_PATH := external/libpng
+@@ -33,8 +33,8 @@ PNG_LIBRARY_PATH := external/libpng
6
7
# Enable this if you want to support loading WebP images
8
# The library path should be a relative path to this directory.
9
-SUPPORT_WEBP ?= false
10
+-SUPPORT_SAVE_WEBP ?= true
11
+SUPPORT_WEBP := true
- SUPPORT_SAVE_WEBP ?= true
12
++SUPPORT_SAVE_WEBP := false
13
WEBP_LIBRARY_PATH := external/libwebp
14
15
+
0 commit comments