[Android] Revert "Migrate repo from master to 3.0"

Geoffrey Métais git at videolan.org
Thu Dec 7 18:00:40 CET 2017


vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec  7 18:00:11 2017 +0100| [a306d3ca9235107924daaff27a2e87b126ed5c1e] | committer: Geoffrey Métais

Revert "Migrate repo from master to 3.0"

This reverts commit 87d84fdfe09beaa9d41e4ebe948a31a337591b2e.

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

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

diff --git a/compile.sh b/compile.sh
index b16e686a0..e9779d50d 100755
--- a/compile.sh
+++ b/compile.sh
@@ -226,10 +226,10 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=0d9daee
+TESTED_HASH=35acae8
 if [ ! -d "vlc" ]; then
     diagnostic "VLC source not found, cloning"
-    git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
+    git clone http://git.videolan.org/git/vlc.git vlc
     checkfail "vlc source: git clone failed"
 fi
 diagnostic "VLC source found"



More information about the Android mailing list