[Android] build: also disable ml with -l

Thomas Guillem git at videolan.org
Fri Nov 3 15:42:23 CET 2017


vlc-android | branch: 2.5.x | Thomas Guillem <thomas at gllm.fr> | Fri Nov  3 10:00:03 2017 +0100| [1810a81d13b29ffdaa3ffabc0d8646906c49c63c] | committer: Geoffrey Métais

build: also disable ml with -l

(cherry picked from commit 63f280964038b87b627eac386ae96baad7107c18)

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

 compile.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compile.sh b/compile.sh
index 19eab71a9..f925cec84 100755
--- a/compile.sh
+++ b/compile.sh
@@ -61,6 +61,7 @@ while [ $# -gt 0 ]; do
             ;;
         -l)
             BUILD_LIBVLC=1
+            NO_ML=1
             ;;
         run)
             RUN=1



More information about the Android mailing list