[Android] Migrate repo from master to 3.0
Geoffrey Métais
git at videolan.org
Mon Dec 4 16:38:58 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Dec 4 16:37:32 2017 +0100| [8a7bc53b34e229b63830424b5e4d25bc199ec47c] | committer: Geoffrey Métais
Migrate repo from master to 3.0
You need to delete your vlc/ folder to make the change effective.
Or at lease change origin to https://git.videolan.org/git/vlc/vlc-3.0.git
> https://code.videolan.org/videolan/vlc-android/commit/8a7bc53b34e229b63830424b5e4d25bc199ec47c
---
compile.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compile.sh b/compile.sh
index e9779d50d..b16e686a0 100755
--- a/compile.sh
+++ b/compile.sh
@@ -226,10 +226,10 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=35acae8
+TESTED_HASH=0d9daee
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