From 94fab2637b0c78eaf11490247afcf8df0ea10cfa Mon Sep 17 00:00:00 2001 From: Thomas Guillem <thomas@gllm.fr> Date: Mon, 13 Mar 2023 09:01:49 +0100 Subject: [PATCH] buildsystem: update VLC HASH Contain last aaudio fixes. --- buildsystem/get-vlc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/get-vlc.sh b/buildsystem/get-vlc.sh index f910218..d10ff4f 100755 --- a/buildsystem/get-vlc.sh +++ b/buildsystem/get-vlc.sh @@ -67,7 +67,7 @@ done # Fetch VLC source # #################### -VLC_TESTED_HASH=a2a387856256f2e65030b79b295c94f2f55cadea +VLC_TESTED_HASH=0f92f19cfcccd3e248e38c21b466a73fb901428c VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git VLC_BRANCH=master if [ ! -d "vlc" ]; then -- GitLab