瀏覽代碼

Update MVK to fix compilation for aarch64

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

+ 3 - 3
compileVLCforiOS.sh

@@ -12,7 +12,7 @@ CONFIGURATION="Release"
 NONETWORK=no
 SKIPLIBVLCCOMPILATION=no
 
-TESTEDVLCKITHASH=d8dd9a92a9d483f
+TESTEDVLCKITHASH=bc7775afa96
 TESTEDMEDIALIBRARYKITHASH=73dea49ae657
 
 usage()
@@ -166,11 +166,11 @@ fi
 if ! [ -e VLCKit ]; then
 git clone git://git.videolan.org/vlc-bindings/VLCKit.git
 cd VLCKit
-#git reset --hard ${TESTEDVLCKITHASH}
+git reset --hard ${TESTEDVLCKITHASH}
 cd ..
 else
 cd VLCKit
-#git reset --hard ${TESTEDVLCKITHASH}
+git reset --hard ${TESTEDVLCKITHASH}
 cd ..
 fi
 if ! [ -e GDrive ]; then