gnu: libextractor: Build with the latest ffmpeg.

* gnu/packages/gnunet.scm (libextractor)[inputs]: Change from FFMPEG-3.4 to
FFMPEG.
This commit is contained in:
Marius Bakke 2020-02-10 22:21:16 +01:00
parent 50e96d25b7
commit c44ba52534
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -93,7 +93,7 @@ (define-public libextractor
`(("exiv2" ,exiv2)
("bzip2" ,bzip2)
("flac" ,flac)
("ffmpeg" ,ffmpeg-3.4)
("ffmpeg" ,ffmpeg)
("file" ,file) ;libmagic, for the MIME plug-in
("glib" ,glib)
("gstreamer" ,gstreamer)