From 4e7ca17a0f8ee529d8dcdfde285f17fe6a1973fa Mon Sep 17 00:00:00 2001
From: Steve Lhomme <robux4@ycbcr.xyz>
Date: Wed, 8 Jan 2025 11:18:47 +0100
Subject: [PATCH] buildsystem: update VLC HASH

So we can build more contribs that are fixed.
---
 buildsystem/get-vlc.sh                                    | 2 +-
 .../0006-input-display-discoverer-preparsers-logs.patch   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildsystem/get-vlc.sh b/buildsystem/get-vlc.sh
index 2aac17c..49159c9 100755
--- a/buildsystem/get-vlc.sh
+++ b/buildsystem/get-vlc.sh
@@ -69,7 +69,7 @@ done
 # Fetch VLC source #
 ####################
 
-VLC_TESTED_HASH=8c9891d4bb7f7c146abb17606e7528f6d0209ea3
+VLC_TESTED_HASH=bf03bd51bad3faa19b8e1ab4abfc8fc7fcc2b430
 VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
 VLC_BRANCH=master
 if [ ! -d "vlc" ]; then
diff --git a/libvlc/patches/0006-input-display-discoverer-preparsers-logs.patch b/libvlc/patches/0006-input-display-discoverer-preparsers-logs.patch
index 5855f6a..0dc2ac6 100644
--- a/libvlc/patches/0006-input-display-discoverer-preparsers-logs.patch
+++ b/libvlc/patches/0006-input-display-discoverer-preparsers-logs.patch
@@ -14,14 +14,14 @@ diff --git a/src/input/input.c b/src/input/input.c
 index 21e019a6e72..d12de7bf367 100644
 --- a/src/input/input.c
 +++ b/src/input/input.c
-@@ -297,7 +297,6 @@ input_thread_t *input_Create( vlc_object_t *p_parent,
-     if( priv->type == INPUT_TYPE_PREPARSING
-      || priv->type == INPUT_TYPE_THUMBNAILING )
+@@ -301,7 +301,6 @@ input_thread_t * input_Create( vlc_object_t *p_parent, input_item_t *p_item,
+ 
+     if( priv->type != INPUT_TYPE_PLAYBACK )
      {
 -        p_input->obj.logger = NULL;
          p_input->obj.no_interact = true;
      }
-     else
+ 
 -- 
 2.35.1
 
-- 
GitLab