Explorar o código

buildMobileVLCKit: target the stable libvlc 3.0 branch for now

Carola Nitz %!s(int64=7) %!d(string=hai) anos
pai
achega
8d9ecc7a48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}