[Android] Enable sout

Jean-Baptiste Kempf git at videolan.org
Fri Jan 26 15:16:20 CET 2018


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 21 15:25:43 2017 +0200| [7e169db5485a47707b8a2ee6e7403c9f0bfd4c83] | committer: Geoffrey Métais

Enable sout

vpx, x264 & x268 are disabled

Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>

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

 compile-libvlc.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index e4732a5bc..80bb7795c 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -69,7 +69,6 @@ fi
 
 VLC_BOOTSTRAP_ARGS="\
     --disable-disc \
-    --disable-sout \
     --enable-dvdread \
     --enable-dvdnav \
     --disable-dca \
@@ -111,6 +110,8 @@ VLC_BOOTSTRAP_ARGS="\
     --enable-libplacebo \
     --enable-ad-clauses \
     --disable-srt \
+    --enable-vpx \
+    --disable-x265 --disable-x264 \
 "
 
 ###########################
@@ -171,7 +172,7 @@ VLC_CONFIGURE_ARGS="\
     --enable-gles2 \
     --disable-goom \
     --disable-projectm \
-    --disable-sout \
+    --enable-sout \
     --enable-vorbis \
     --disable-faad \
     --disable-x264 \



More information about the Android mailing list