gnu: ffmpeg: Update to 3.2.4.

* gnu/packages/video.scm (ffmpeg): Update to 3.2.4.
This commit is contained in:
Efraim Flashner 2017-02-12 08:13:03 +02:00
parent c32d02fe7e
commit b55b4aa8ed
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -444,14 +444,14 @@ (define-public libva
(define-public ffmpeg
(package
(name "ffmpeg")
(version "3.2.3")
(version "3.2.4")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"1ifwjh68zw0mwq9swmfjqk2ck84gysi0w8hrkw2yddqhr8m51kjl"))))
"0ymg1mkg1n0770gmjfqp79p5ijxq04smfrsrrxc8pjc0y0agyf3f"))))
(build-system gnu-build-system)
(inputs
`(("fontconfig" ,fontconfig)