Преглед на файлове

Update hash to prevent private api from sneaking into the build through ffmpeg

(cherry picked from commit ea114463e438a98797a57690626d34f5863ea075)
Felix Paul Kühne преди 7 години
родител
ревизия
e66ac61c50
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

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