[Android] Fix libVLC build
Geoffrey Métais
git at videolan.org
Mon Feb 6 16:59:39 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Feb 6 16:59:05 2017 +0100| [820cc6188e291b87ec72cb99ebf21169c1a5d87b] | committer: Geoffrey Métais
Fix libVLC build
> https://code.videolan.org/videolan/vlc-android/commit/820cc6188e291b87ec72cb99ebf21169c1a5d87b
---
compile-libvlc.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 9381965..98c0014 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -101,6 +101,9 @@ VLC_BOOTSTRAP_ARGS="\
--enable-microdns \
--enable-fluidlite \
--disable-mad \
+ --disable-vncclient \
+ --disable-vnc \
+ --enable-jpeg \
"
###########################
@@ -166,6 +169,9 @@ VLC_CONFIGURE_ARGS="\
--disable-faad \
--disable-x264 \
--disable-schroedinger \
+ --disable-vncclient \
+ --disable-vnc \
+ --enable-jpeg \
"
########################
More information about the Android
mailing list