[Android] compile.sh: Update VLC git url

Hugo Beauzée-Luyssen git at videolan.org
Wed Nov 16 14:19:31 CET 2016


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Nov 16 14:19:07 2016 +0100| [0dd43a198f3a1ce72ff1ab9e5a5c4be633e90dca] | committer: Hugo Beauzée-Luyssen

compile.sh: Update VLC git url

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

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

diff --git a/compile.sh b/compile.sh
index f930588..cc0bafa 100755
--- a/compile.sh
+++ b/compile.sh
@@ -187,7 +187,7 @@ fi
 TESTED_HASH=215df6e
 if [ ! -d "vlc" ]; then
     diagnostic "VLC source not found, cloning"
-    git clone git://git.videolan.org/vlc.git vlc
+    git clone http://git.videolan.org/git/vlc.git vlc
     checkfail "vlc source: git clone failed"
 else
     diagnostic "VLC source found"



More information about the Android mailing list