andreas pushed a commit to branch master
in repository guix.

commit 3078002716aaf5166d430d0311190eaf5ffe64c7
Author: Andreas Enge <[email protected]>
Date:   Tue Jul 17 22:42:25 2018 +0200

    gnu: handbrake: Compile with ffmpeg-3.4.
    
    * gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index daf188d..8baba65 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2336,7 +2336,7 @@ supported players in addition to this package.")
     (inputs
      `(("bzip2" ,bzip2)
        ("dbus-glib" ,dbus-glib)
-       ("ffmpeg" ,ffmpeg)
+       ("ffmpeg" ,ffmpeg-3.4)           ;compilation errors with ffmpeg-4
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("glib" ,glib)

Reply via email to