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:
Marius Bakke 2018-05-03 19:52:42 +02:00
parent b36f9a805d
commit 069f1c2074
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -546,7 +546,7 @@ (define-public icecat
("libxcomposite" ,libxcomposite)
("libxt" ,libxt)
("libffi" ,libffi)
("ffmpeg" ,ffmpeg)
("ffmpeg" ,ffmpeg-3.4)
("libvpx" ,libvpx)
("icu4c" ,icu4c)
("pixman" ,pixman)