gnu: ffmpeg: Update to 3.4.1.

* gnu/packages/video.scm (ffmpeg): Update to 3.4.1.
This commit is contained in:
Marius Bakke 2017-12-12 00:50:58 +01:00
parent adedbe95d4
commit 7f7419b56f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -589,14 +589,14 @@ (define-public libva
(define-public ffmpeg (define-public ffmpeg
(package (package
(name "ffmpeg") (name "ffmpeg")
(version "3.4") (version "3.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-" (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1vzvpx8ixy8m44f8qwp833hv253hpghybgzbc4n8b3div3j0dvmf")))) "1h4iz7q10wj04awr2wvmp60n7b09pfwrgwbbw9sgl7klcf52fxss"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("fontconfig" ,fontconfig) `(("fontconfig" ,fontconfig)