~ruther/guix-local

615d14768c67e29a385d0ef5f3556386bf9fbd04 — Efraim Flashner 8 years ago beb3483
gnu: mlt: Add ffmpeg support.

* gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +1 -0
@@ 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)