浏览代码

buildscript: bump libvlc hash

Caro 6 年之前
父节点
当前提交
006b536f74
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

@@ -25,7 +25,7 @@ OSVERSIONMINLDFLAG=ios
 ROOT_DIR=empty
 FARCH="all"
 
-TESTEDHASH="563b25c5c1" # libvlc hash that this version of VLCKit is build on
+TESTEDHASH="db3e320b1" # libvlc hash that this version of VLCKit is build on
 
 if [ -z "$MAKE_JOBS" ]; then
     CORE_COUNT=`sysctl -n machdep.cpu.core_count`