Parcourir la source

MVK: Update libvlc HASH

Jean-Baptiste Kempf il y a 8 ans
Parent
commit
359ae32758
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

@@ -21,7 +21,7 @@ OSVERSIONMINCFLAG=miphoneos-version-min
 OSVERSIONMINLDFLAG=ios_version_min
 ROOT_DIR=empty
 
-TESTEDHASH=37b7af7
+TESTEDHASH=c203ac56
 
 CORE_COUNT=`sysctl -n machdep.cpu.core_count`
 let MAKE_JOBS=$CORE_COUNT+1