From d3f09d56ddc692d2e5b755ac57667b71ac8ab81c Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Wed, 27 May 2020 03:33:43 -0400 Subject: contrib: Update to FFmpeg 4.2.3. Numerous bug fixes. --- contrib/ffmpeg/module.defs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/ffmpeg') 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 = -- cgit v1.2.3