소스 검색

Update HASH

- Fixes Videotoolbox deadlocks
- Fixes vout gl crashes and deadlock
Thomas Guillem 7 년 전
부모
커밋
c79809cd7c
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="2d394ce" # libvlc hash that this version of VLCKit is build on
+TESTEDHASH="d821dea" # libvlc hash that this version of VLCKit is build on
 
 if [ -z "$MAKE_JOBS" ]; then
     CORE_COUNT=`sysctl -n machdep.cpu.core_count`