We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d8e77 commit 3fbdf63Copy full SHA for 3fbdf63
1 file changed
pythonforandroid/recipes/sdl3_image/enable-webp.patch
@@ -9,7 +9,15 @@ index ad6d0f40..ac77a18c 100644
9
-SUPPORT_WEBP ?= false
10
-SUPPORT_SAVE_WEBP ?= true
11
+SUPPORT_WEBP := true
12
-+SUPPORT_SAVE_WEBP := false
++SUPPORT_SAVE_WEBP := true
13
WEBP_LIBRARY_PATH := external/libwebp
14
15
+@@ -160,8 +160,8 @@ endif
16
17
+ ifeq ($(SUPPORT_WEBP),true)
18
+ LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(WEBP_LIBRARY_PATH)/src
19
+ LOCAL_CFLAGS += -DLOAD_WEBP
20
+- LOCAL_STATIC_LIBRARIES += webpdemux
21
++ LOCAL_STATIC_LIBRARIES += webpmux webpdemux
22
+ LOCAL_STATIC_LIBRARIES += webp
23
+ ifeq ($(SUPPORT_SAVE_WEBP),true)
0 commit comments