소스 검색

buildMobileVLCKit: target the stable libvlc 3.0 branch for now

Carola Nitz 7 년 전
부모
커밋
8d9ecc7a48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

@@ -243,7 +243,7 @@ echo `pwd`
 
 if [ "$NONETWORK" != "yes" ]; then
     if ! [ -e vlc ]; then
-        git clone https://git.videolan.org/git/vlc.git vlc
+        git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
         info "Applying patches to vlc.git"
         cd vlc
         git checkout -B localBranch ${TESTEDHASH}