gnu: ffmpeg: Update to 3.4.

* gnu/packages/video.scm (ffmpeg): Update to 3.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Rutger Helling 2017-10-26 15:20:35 +02:00 committed by Leo Famulari
parent bc709e0377
commit 436594ca47
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -585,14 +585,14 @@ (define-public libva
(define-public ffmpeg (define-public ffmpeg
(package (package
(name "ffmpeg") (name "ffmpeg")
(version "3.3.4") (version "3.4")
(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
"0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq")))) "1vzvpx8ixy8m44f8qwp833hv253hpghybgzbc4n8b3div3j0dvmf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("fontconfig" ,fontconfig) `(("fontconfig" ,fontconfig)