[Android] build: also disable ml with -l

Thomas Guillem git at videolan.org
Fri Nov 3 10:00:28 CET 2017


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Nov  3 10:00:03 2017 +0100| [63f280964038b87b627eac386ae96baad7107c18] | committer: Thomas Guillem

build: also disable ml with -l

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

 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