Jelajahi Sumber

buildMobileVLCKit: Bump TestedHash to include compilation fix

(cherry picked from commit fc8f1b0737d91d03416b63cee16abb680f76afff)
Carola Nitz 7 tahun lalu
induk
melakukan
162517bfb1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

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