gnu: mlt: Build with the latest ffmpeg.
* gnu/packages/video.scm (mlt)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
This commit is contained in:
parent
d6817e0086
commit
0752dabb40
1 changed files with 1 additions and 1 deletions
|
@ -2390,7 +2390,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
|||
#t)))))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("ffmpeg" ,ffmpeg-3.4)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("fftw" ,fftw)
|
||||
("frei0r-plugins" ,frei0r-plugins)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
|
|
Reference in a new issue