efraim pushed a commit to branch master
in repository guix.
commit 615d14768c67e29a385d0ef5f3556386bf9fbd04
Author: Efraim Flashner <[email protected]>
Date: Thu Dec 28 08:35:28 2017 +0200
gnu: mlt: Add ffmpeg support.
* gnu/packages/video.scm (mlt)[inputs]: Add ffmpeg.
---
gnu/packages/video.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4f5466d..e659d78 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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)