Pārlūkot izejas kodu

MKV: use vlc git public URL

Thomas Guillem 7 gadi atpakaļ
vecāks
revīzija
4ff4950f9b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

@@ -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}