diff options
author | Andreas Enge <andreas@enge.fr> | 2018-07-17 22:42:25 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2018-07-17 22:59:56 +0200 |
commit | 3078002716aaf5166d430d0311190eaf5ffe64c7 (patch) | |
tree | 4c82e2ae07c582710bc9639364db67cdbc1f7582 /gnu/packages/video.scm | |
parent | 21e6428dc7851bf06a68beef6e4125553aef8d88 (diff) | |
download | guix-3078002716aaf5166d430d0311190eaf5ffe64c7.tar guix-3078002716aaf5166d430d0311190eaf5ffe64c7.tar.gz |
gnu: handbrake: Compile with ffmpeg-3.4.
* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index daf188d810..8baba655e8 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) |