gnu: mlt: Add ffmpeg support.

* gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
This commit is contained in:
Efraim Flashner 2017-12-28 08:35:28 +02:00
parent beb3483553
commit 615d14768c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1749,6 +1749,7 @@ (define-public mlt
#t)))))
(inputs
`(("alsa-lib" ,alsa-lib)
("ffmpeg" ,ffmpeg)
("fftw" ,fftw)
("libxml2" ,libxml2)
("jack" ,jack-1)