浏览代码

VLCKit: compile libvlc 2.2 on the master branch

Felix Paul Kühne 11 年之前
父节点
当前提交
2d5ec9182d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      VLCKit.xcodeproj/project.pbxproj

+ 1 - 1
VLCKit.xcodeproj/project.pbxproj

@@ -724,7 +724,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if ! [ -e $VLC_SRC_DIR ]; then\n  git clone git://git.videolan.org/vlc/vlc-2.1.git $VLC_SRC_DIR\nelse\n  echo \"VLC_SRC_DIR exists\"\nfi";
+			shellScript = "if ! [ -e $VLC_SRC_DIR ]; then\n  git clone git://git.videolan.org/vlc.git $VLC_SRC_DIR\nelse\n  echo \"VLC_SRC_DIR exists\"\nfi";
 		};
 		CC4C590F13F53EA400FB0EFC /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;