Quellcode durchsuchen

buildscript: Bump libvlc hash

Carola Nitz vor 6 Jahren
Ursprung
Commit
ef3150c6f3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

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