瀏覽代碼

MKV: use vlc git public URL

Thomas Guillem 7 年之前
父節點
當前提交
4ff4950f9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}