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)))))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("fftw" ,fftw)
|
||||
("libxml2" ,libxml2)
|
||||
("jack" ,jack-1)
|
||||
|
|
Loading…
Reference in New Issue