Browse Source

Use libvlc 2.1 for now

Felix Paul Kühne 11 years ago
parent
commit
285cdf51a8
1 changed files with 2 additions and 2 deletions
  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