0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

flatpak: Use FFmpeg GitHub mirror

The ffmpeg.org domain has had periods of instability recently. If GitHub
is down, our entire CI is down, so let's use the FFmpeg GitHub mirror.
This commit is contained in:
Ryan Foster 2022-08-06 00:20:04 -04:00
parent b61cc5de23
commit f344c9106b

View File

@ -242,7 +242,7 @@
"sources": [
{
"type": "git",
"url": "https://git.ffmpeg.org/ffmpeg.git",
"url": "https://github.com/FFmpeg/FFmpeg.git",
"commit": "9687cae2b468e09e35df4cea92cc2e6a0e6c93b3",
"disable-shallow-clone": true
},