summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2018-07-17 22:42:25 +0200
committerAndreas Enge <andreas@enge.fr>2018-07-17 22:59:56 +0200
commit3078002716aaf5166d430d0311190eaf5ffe64c7 (patch)
tree4c82e2ae07c582710bc9639364db67cdbc1f7582 /gnu/packages/video.scm
parent21e6428dc7851bf06a68beef6e4125553aef8d88 (diff)
downloadpatches-3078002716aaf5166d430d0311190eaf5ffe64c7.tar
patches-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.scm2
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)