gnu: mlt: Add ffmpeg support.
* gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
This commit is contained in:
parent
beb3483553
commit
615d14768c
|
@ -1749,6 +1749,7 @@ from various services and pipes them into a video playing application.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
("ffmpeg" ,ffmpeg)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
|
|
Loading…
Reference in New Issue