浏览代码

VLCKit: update libvlc to include the macOS specific fixes (closes #158)

(cherry picked from commit f106e13c28f8ff87985261c37f1a6a32fad637f7)
Felix Paul Kühne 7 年之前
父节点
当前提交
af0067c7f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

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