[Android] Enable sout

Jean-Baptiste Kempf git at videolan.org
Wed Jan 17 15:29:49 CET 2018


vlc-android | branch: chromecast | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 21 15:25:43 2017 +0200| [49114bb44c2643f0fe0057a439203a8696b18509] | 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/49114bb44c2643f0fe0057a439203a8696b18509
---

 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