gnu: handbrake: Compile with ffmpeg-3.4.
* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
This commit is contained in:
parent
21e6428dc7
commit
3078002716
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue