Prechádzať zdrojové kódy

Use libvlc 2.1 for now

Felix Paul Kühne 11 rokov pred
rodič
commit
285cdf51a8
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      compileVLCforiOS.sh

+ 2 - 2
compileVLCforiOS.sh

@@ -140,8 +140,8 @@ fi
 if ! [ -e VLCKit ]; then
 git clone git://git.videolan.org/vlc-bindings/VLCKit.git
 cd VLCKit
-git checkout -B localAspenBranch ${TESTEDVLCKITHASH}
-git branch --set-upstream-to=origin/master localAspenBranch
+git checkout 2.1-stable
+git reset --hard ${TESTEDVLCKITHASH}
 cd ..
 else
 cd VLCKit