浏览代码

Update git locations

(cherry picked from commit 881ecd30b19fcc3a9d9de46ef7a16a71d669768c)
Felix Paul Kühne 10 年之前
父节点
当前提交
dc3d5cd483
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compileVLCforiOS.sh

+ 2 - 2
compileVLCforiOS.sh

@@ -153,7 +153,7 @@ spushd ImportedSources
 
 if [ "$NONETWORK" != "yes" ]; then
 if ! [ -e MediaLibraryKit ]; then
-git clone git://git.videolan.org/MediaLibraryKit.git
+git clone http://code.videolan.org/videolan/MediaLibraryKit.git
 cd MediaLibraryKit
 git checkout -B localAspenBranch ${TESTEDMEDIALIBRARYKITHASH}
 git branch --set-upstream-to=origin/master localAspenBranch
@@ -165,7 +165,7 @@ git reset --hard ${TESTEDMEDIALIBRARYKITHASH}
 cd ..
 fi
 if ! [ -e VLCKit ]; then
-git clone git://git.videolan.org/vlc-bindings/VLCKit.git
+git clone http://code.videolan.org/videolan/VLCKit.git
 cd VLCKit
 git reset --hard ${TESTEDVLCKITHASH}
 cd ..