gnu: handbrake: Compile with ffmpeg-3.4.

* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
This commit is contained in:
Andreas Enge 2018-07-17 22:42:25 +02:00
parent 21e6428dc7
commit 3078002716
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2336,7 +2336,7 @@ (define-public handbrake
(inputs
`(("bzip2" ,bzip2)
("dbus-glib" ,dbus-glib)
("ffmpeg" ,ffmpeg)
("ffmpeg" ,ffmpeg-3.4) ;compilation errors with ffmpeg-4
("fontconfig" ,fontconfig)
("freetype" ,freetype)
("glib" ,glib)