diff options
author | sr55 <[email protected]> | 2020-02-11 21:49:58 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2020-02-25 20:21:15 +0000 |
commit | 91bc6370e5e60255e0d0e488fda5077432753da4 (patch) | |
tree | 6b061acfd318ead5516cdc8f5abc74af10dfe141 /contrib/ffmpeg | |
parent | 368c6062c51b1f46fbd077e8b17ffdde062a2a06 (diff) |
contrib: Switch to using GitHub to host our contrib binaries. Their CDN should be global and more reliable than our own server.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 97662b491..6be179428 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -12,7 +12,7 @@ endif $(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,$(__deps__))) $(eval $(call import.CONTRIB.defs,FFMPEG)) -FFMPEG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/ffmpeg-4.2.2.tar.bz2 +FFMPEG.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/ffmpeg-4.2.2.tar.bz2 FFMPEG.FETCH.url += https://ffmpeg.org/releases/ffmpeg-4.2.2.tar.bz2 FFMPEG.FETCH.sha256 = b620d187c26f76ca19e74210a0336c3b8380b97730df5cdf45f3e69e89000e5c |