diff options
author | Bradley Sepos <[email protected]> | 2020-05-27 03:33:43 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-05-30 08:49:38 -0400 |
commit | d3f09d56ddc692d2e5b755ac57667b71ac8ab81c (patch) | |
tree | 8fe6d359436025af0a55028b7942fcc3a549cd5c /contrib/ffmpeg | |
parent | 1daac53bb6a477ac993addbb4683d858262b0d75 (diff) |
contrib: Update to FFmpeg 4.2.3.
Numerous bug fixes.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r-- | contrib/ffmpeg/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 6be179428..1c2859f7c 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -12,9 +12,9 @@ endif $(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,$(__deps__))) $(eval $(call import.CONTRIB.defs,FFMPEG)) -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 +FFMPEG.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/ffmpeg-4.2.3.tar.bz2 +FFMPEG.FETCH.url += https://ffmpeg.org/releases/ffmpeg-4.2.3.tar.bz2 +FFMPEG.FETCH.sha256 = 217eb211c33303b37c5521a5abe1f0140854d6810c6a6ee399456cc96356795e FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.host = |