Forráskód Böngészése

Update HASH

- Fix black screen issue with some HEVC files on iPhone X / MacBook Pro 2017
- Fix crashes with some flv files
Thomas Guillem 7 éve
szülő
commit
b690e8c449
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

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