瀏覽代碼

switch to VLCKit 2.7 iOS branch

Felix Paul Kühne 9 年之前
父節點
當前提交
978bd9e701
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      compileVLCforiOS.sh

+ 4 - 3
compileVLCforiOS.sh

@@ -12,7 +12,7 @@ NONETWORK=no
 SKIPLIBVLCCOMPILATION=no
 TVOS=no
 
-TESTEDVLCKITHASH=37348ff5
+TESTEDVLCKITHASH=6cdac8bc
 TESTEDMEDIALIBRARYKITHASH=e5ca039f
 
 usage()
@@ -132,12 +132,13 @@ fi
 if ! [ -e VLCKit ]; then
 git clone http://code.videolan.org/videolan/VLCKit.git
 cd VLCKit
-# git reset --hard ${TESTEDVLCKITHASH}
+git checkout -B iOS-2.7 ${TESTEDVLCKITHASH}
+git branch --set-upstream-to=origin/iOS-2.7 iOS-2.7
 cd ..
 else
 cd VLCKit
 git pull --rebase
-# git reset --hard ${TESTEDVLCKITHASH}
+git reset --hard ${TESTEDVLCKITHASH}
 cd ..
 fi
 if ! [ -e GDrive ]; then