Skip to content
Snippets Groups Projects
Commit 0dd43a19 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

compile.sh: Update VLC git url

parent 8ecad33e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment