소스 검색

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

Felix Paul Kühne 12 년 전
부모
커밋
0a309b9769
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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