diff options
author | Bradley Sepos <[email protected]> | 2020-05-27 03:33:43 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-05-30 08:59:54 -0400 |
commit | 5f07ab6152f73e7a7027aa54066cee175dd480dd (patch) | |
tree | c5a33ffb7b0f30e1fc7dbf28aae2272abdc7db3c | |
parent | 99021a0e3448940be79576abdee4ff07280b2c58 (diff) |
contrib: Update to FFmpeg 4.2.3.
Numerous bug fixes.
Modified cherry picked commit to use download.handbrake.fr for consistency with other 1.3.x contribs.
(cherry picked from commit d3f09d56ddc692d2e5b755ac57667b71ac8ab81c)
-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 26d9b0687..c24528c92 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://download.handbrake.fr/handbrake/contrib/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://download.handbrake.fr/handbrake/contrib/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 = |