Переглянути джерело

bump hash to include mkv subtitle fix

Carola Nitz 7 роки тому
батько
коміт
14ea3a07cb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

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