From 3be9dbffa138e97b99c72190c1320cc7f8b0b5f8 Mon Sep 17 00:00:00 2001
From: Maxime Chapelet <umxprime@videolabs.io>
Date: Fri, 22 Apr 2022 12:06:51 +0200
Subject: [PATCH] Change libvlc hash to 69e22f29

---
 compileAndBuildVLCKit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compileAndBuildVLCKit.sh b/compileAndBuildVLCKit.sh
index 5dd1e387..0c384e8a 100755
--- a/compileAndBuildVLCKit.sh
+++ b/compileAndBuildVLCKit.sh
@@ -27,7 +27,7 @@ if [ -z "$MAKEFLAGS" ]; then
     MAKEFLAGS="-j$(sysctl -n machdep.cpu.core_count || nproc)";
 fi
 
-TESTEDHASH="627ab4fe" # libvlc hash that this version of VLCKit is build on
+TESTEDHASH="69e22f29" # libvlc hash that this version of VLCKit is build on
 
 usage()
 {
-- 
GitLab