소스 검색

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