From 24b1c829f18d5c7c985ac10de8df2b1dffa902ce Mon Sep 17 00:00:00 2001 From: c0ff330k <c0ff330k@outlook.com> Date: Wed, 5 Apr 2023 05:50:50 +0000 Subject: [PATCH] Update get-vlc.sh --- 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 0a2851f..f3f87eb 100755 --- a/buildsystem/get-vlc.sh +++ b/buildsystem/get-vlc.sh @@ -68,7 +68,7 @@ done #################### VLC_TESTED_HASH=7d70397c7d976677bcf9989c99f636e7cfd383c9 -VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git +VLC_REPOSITORY=https://code.videolan.org/c0ff330k/vlc.git VLC_BRANCH=master if [ ! -d "vlc" ]; then diagnostic "VLC sources: not found, cloning" -- GitLab