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.
master
Ryan Foster 2022-08-06 00:20:04 -04:00
parent b61cc5de23
commit f344c9106b
1 changed files with 1 additions and 1 deletions

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
},