gnu: icecat: Use ffmpeg@3.4.
Fixes <https://bugs.gnu.org/31356>. Reported by Clément Lassieur <clement@lassieur.org>. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Change from FFMPEG to FFMPEG-3.4.
This commit is contained in:
parent
b36f9a805d
commit
069f1c2074
|
@ -546,7 +546,7 @@ security standards.")
|
|||
("libxcomposite" ,libxcomposite)
|
||||
("libxt" ,libxt)
|
||||
("libffi" ,libffi)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-3.4)
|
||||
("libvpx" ,libvpx)
|
||||
("icu4c" ,icu4c)
|
||||
("pixman" ,pixman)
|
||||
|
|
Loading…
Reference in New Issue