andreas pushed a commit to branch master
in repository guix.

commit 21e6428dc7851bf06a68beef6e4125553aef8d88
Author: Andreas Enge <[email protected]>
Date:   Tue Jul 17 21:53:03 2018 +0200

    gnu: mplayer: Compile with ffmpeg-3.4.
    
    * gnu/packages/video.scm (mplayer)[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 1cc0d5d..daf188d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -998,7 +998,7 @@ treaming protocols.")
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("cdparanoia" ,cdparanoia)
-       ("ffmpeg" ,ffmpeg)
+       ("ffmpeg" ,ffmpeg-3.4)
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
 ;;        ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5

Reply via email to