[Android] Enable x264
Geoffrey Métais
git at videolan.org
Thu Jan 25 10:32:27 CET 2018
vlc-android | branch: chromecast | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jan 17 15:28:46 2018 +0100| [a3b8f0781ea0fec822b510f147facb3d3b3e93b5] | committer: Geoffrey Métais
Enable x264
> https://code.videolan.org/videolan/vlc-android/commit/a3b8f0781ea0fec822b510f147facb3d3b3e93b5
---
compile-libvlc.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 80bb7795c..3374983eb 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -111,7 +111,7 @@ VLC_BOOTSTRAP_ARGS="\
--enable-ad-clauses \
--disable-srt \
--enable-vpx \
- --disable-x265 --disable-x264 \
+ --disable-x265 \
"
###########################
@@ -175,7 +175,6 @@ VLC_CONFIGURE_ARGS="\
--enable-sout \
--enable-vorbis \
--disable-faad \
- --disable-x264 \
--disable-schroedinger \
--disable-vncclient \
--disable-vnc \
More information about the Android
mailing list