|
@@ -221,7 +221,7 @@ echo `pwd`
|
|
|
|
|
|
if [ "$NONETWORK" != "yes" ]; then
|
|
|
if ! [ -e vlc ]; then
|
|
|
- git clone git://git.videolan.org/vlc.git vlc
|
|
|
+ git clone https://git.videolan.org/git/vlc.git vlc
|
|
|
info "Applying patches to vlc.git"
|
|
|
cd vlc
|
|
|
git checkout -B localBranch ${TESTEDHASH}
|