[Android] Change VLC git to VLC-3.0

Geoffrey Métais git at videolan.org
Fri Dec 22 14:16:25 CET 2017


vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Dec 22 14:06:49 2017 +0100| [2561953be966b48197ac36a93dbef4aad1bd03ee] | committer: Geoffrey Métais

Change VLC git to VLC-3.0

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

 compile.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compile.sh b/compile.sh
index 375923f9c..8edc62426 100755
--- a/compile.sh
+++ b/compile.sh
@@ -227,10 +227,10 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=35acae8
+TESTED_HASH=86d167c
 if [ ! -d "vlc" ]; then
     diagnostic "VLC source not found, cloning"
-    git clone http://git.videolan.org/git/vlc.git vlc
+    git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
     checkfail "vlc source: git clone failed"
 fi
 diagnostic "VLC source found"



More information about the Android mailing list