gnu: mlt: Build with the latest ffmpeg.
* gnu/packages/video.scm (mlt)[inputs]: Change from FFMPEG-3.4 to FFMPEG.master
parent
d6817e0086
commit
0752dabb40
|
@ -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 New Issue