Browse Source

bump the testedhash to include transcode fixes

Carola Nitz 7 years ago
parent
commit
503532aaa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

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