[Android] compile-libvlc.sh: Remove/fix configure parameters

Hugo Beauzée-Luyssen git at videolan.org
Wed Dec 21 14:30:34 CET 2016


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Dec 21 13:47:57 2016 +0100| [d78539a95178774bf2e9b0004a30306fbc307413] | committer: Hugo Beauzée-Luyssen

compile-libvlc.sh: Remove/fix configure parameters

--enable-mkv was always --enable-matroska
GnomeVFS & atmo plugin were dropped in 2015
--disable-glx and --enable-egl were removed in 2015 and 2013
respectively

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

 compile-libvlc.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index c09ce48..4ed6735 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -115,7 +115,7 @@ VLC_CONFIGURE_ARGS="\
     --enable-avcodec \
     --enable-opus \
     --enable-opensles \
-    --enable-mkv \
+    --enable-matroska \
     --enable-taglib \
     --enable-dvbpsi \
     --disable-vlc --disable-shared \
@@ -125,7 +125,6 @@ VLC_CONFIGURE_ARGS="\
     --enable-lua \
     --disable-vcd \
     --disable-v4l2 \
-    --disable-gnomevfs \
     --enable-dvdread \
     --enable-dvdnav \
     --disable-bluray \
@@ -150,7 +149,6 @@ VLC_CONFIGURE_ARGS="\
     --disable-samplerate \
     --disable-sdl \
     --disable-xcb \
-    --disable-atmo \
     --disable-qt \
     --disable-skins2 \
     --disable-mtp \
@@ -160,8 +158,6 @@ VLC_CONFIGURE_ARGS="\
     --disable-udev \
     --enable-libxml2 \
     --disable-caca \
-    --disable-glx \
-    --enable-egl \
     --enable-gles2 \
     --disable-goom \
     --disable-projectm \



More information about the Android mailing list