[Android] Enable sout
Jean-Baptiste Kempf
git at videolan.org
Tue Jan 16 17:46:04 CET 2018
vlc-android | branch: chromecast | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 21 15:25:43 2017 +0200| [defe456cdc2bea2372c69c79dc716488fbafaa74] | 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/defe456cdc2bea2372c69c79dc716488fbafaa74
---
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