Browse Source

MVK: update libvlc to fix HEVC HW decoding for some TS media

Felix Paul Kühne 7 years ago
parent
commit
89fd826c72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

@@ -22,7 +22,7 @@ OSVERSIONMINLDFLAG=ios_version_min
 ROOT_DIR=empty
 FARCH="all"
 
-TESTEDHASH=50e1f071
+TESTEDHASH=acadd3b9
 
 if [ -z "$MAKE_JOBS" ]; then
     CORE_COUNT=`sysctl -n machdep.cpu.core_count`