Browse Source

build script: fetch the master branch of MediaLibraryKit now that the Aspen branch was merged

Felix Paul Kühne 12 years ago
parent
commit
0a309b9769
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildAspenProject.sh

+ 1 - 1
buildAspenProject.sh

@@ -127,7 +127,7 @@ fi
 cd ..
 fi
 if ! [ -e MediaLibraryKit ]; then
-git clone -b Aspen --single-branch git://git.videolan.org/MediaLibraryKit.git
+git clone git://git.videolan.org/MediaLibraryKit.git
 fi
 if ! [ -e VLCKit ]; then
 git clone git://git.videolan.org/vlc-bindings/VLCKit.git