lbry-android-sdk/p4a/pythonforandroid/recipes/sdl2_image/enable-webp.patch

13 lines
420 B
Diff
Raw Normal View History

2022-12-02 21:15:34 +01:00
diff -Naur SDL2_image.orig/Android.mk SDL2_image/Android.mk
--- SDL2_image.orig/Android.mk 2022-10-03 20:51:52.000000000 +0200
+++ SDL2_image/Android.mk 2022-10-03 20:52:48.000000000 +0200
@@ -32,7 +32,7 @@
# Enable this if you want to support loading WebP images
# The library path should be a relative path to this directory.
-SUPPORT_WEBP ?= false
+SUPPORT_WEBP := true
WEBP_LIBRARY_PATH := external/libwebp