From 3eab477211daf8845adeb7026d8e4dce9cef420c Mon Sep 17 00:00:00 2001 From: tytan652 Date: Sat, 18 Mar 2023 11:05:17 +0100 Subject: [PATCH] flatpak: Use Github mirror for nv-codec-headers git.videolan.org repo seems to be inconsitent. --- CI/flatpak/com.obsproject.Studio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index cf79328f6..f8ceac08b 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -96,7 +96,7 @@ "sources": [ { "type": "git", - "url": "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git", + "url": "https://github.com/FFmpeg/nv-codec-headers.git", "tag": "n11.1.5.1", "commit": "84483da70d903239d4536763fde8c7e6c4e80784" }