diff options
author | Bradley Sepos <[email protected]> | 2020-07-14 09:46:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-08-22 17:20:34 -0400 |
commit | f51882f39b3143899f10b1485e767bcac8a37890 (patch) | |
tree | c751222a98acc3638a604315e2b0759806419044 | |
parent | 3eca5fd538136e3d01f6ff79126099373c621919 (diff) |
contrib: Update to FFmpeg 4.3.1.
-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 05896f751..b63fb512a 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.3.tar.bz2 -FFMPEG.FETCH.url += https://ffmpeg.org/releases/ffmpeg-4.3.tar.bz2 -FFMPEG.FETCH.sha256 = a7e87112fc49ad5b59e26726e3a7cae0ffae511cba5376c579ba3cb04483d6e2 +FFMPEG.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/ffmpeg-4.3.1.tar.bz2 +FFMPEG.FETCH.url += https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.bz2 +FFMPEG.FETCH.sha256 = f4a4ac63946b6eee3bbdde523e298fca6019d048d6e1db0d1439a62cea65f0d9 FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.host = |