mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
50e96d25b7
commit
c44ba52534
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ (define-public libextractor
|
||||||
`(("exiv2" ,exiv2)
|
`(("exiv2" ,exiv2)
|
||||||
("bzip2" ,bzip2)
|
("bzip2" ,bzip2)
|
||||||
("flac" ,flac)
|
("flac" ,flac)
|
||||||
("ffmpeg" ,ffmpeg-3.4)
|
("ffmpeg" ,ffmpeg)
|
||||||
("file" ,file) ;libmagic, for the MIME plug-in
|
("file" ,file) ;libmagic, for the MIME plug-in
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gstreamer" ,gstreamer)
|
("gstreamer" ,gstreamer)
|
||||||
|
|
Loading…
Reference in a new issue