[Android] Enable x264

Geoffrey Métais git at videolan.org
Fri Jan 26 15:16:30 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jan 17 15:28:46 2018 +0100| [d45ac5ae9f366fc8b74be853ab5528699ea4f4fc] | committer: Geoffrey Métais

Enable x264

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

 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