Browse Source

VLCKit: fetch libvlc 2.1 instead of unstable

Felix Paul Kühne 11 years ago
parent
commit
697c6bb1d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VLCKit.xcodeproj/project.pbxproj

+ 1 - 1
VLCKit.xcodeproj/project.pbxproj

@@ -740,7 +740,7 @@
 			);
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
 			shellPath = /bin/sh;
-			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";
+			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";
 		};
 		};
 		CC4C590F13F53EA400FB0EFC /* ShellScript */ = {
 		CC4C590F13F53EA400FB0EFC /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;
 			isa = PBXShellScriptBuildPhase;