[Android] Enable gme to allow the app to play vgm files

Nicolas Pomepuy git at videolan.org
Tue Apr 12 13:19:08 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Apr 11 10:54:52 2022 +0200| [0cae49d00daed9e34a5f5755e4c224548b58544c] | committer: Nicolas Pomepuy

Enable gme to allow the app to play vgm files

> https://code.videolan.org/videolan/vlc-android/commit/0cae49d00daed9e34a5f5755e4c224548b58544c
---

 buildsystem/compile-libvlc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildsystem/compile-libvlc.sh b/buildsystem/compile-libvlc.sh
index 0c96730fd..c4df62964 100755
--- a/buildsystem/compile-libvlc.sh
+++ b/buildsystem/compile-libvlc.sh
@@ -258,7 +258,7 @@ VLC_BOOTSTRAP_ARGS="\
     --disable-gettext \
     --disable-mpcdec \
     --enable-upnp \
-    --disable-gme \
+    --enable-gme \
     --disable-tremor \
     --enable-vorbis \
     --disable-sidplay2 \
@@ -321,7 +321,7 @@ VLC_CONFIGURE_ARGS="\
     --disable-dv1394 \
     --enable-mod \
     --disable-sid \
-    --disable-gme \
+    --enable-gme \
     --disable-tremor \
     --disable-mad \
     --enable-mpg123 \



More information about the Android mailing list