guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: handbrake: Compile with ffmpeg-3.4.


From: Andreas Enge
Subject: 02/02: gnu: handbrake: Compile with ffmpeg-3.4.
Date: Tue, 17 Jul 2018 17:30:51 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 3078002716aaf5166d430d0311190eaf5ffe64c7
Author: Andreas Enge <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]