gnu: ffmpeg: Update to 3.3.1.

* gnu/packages/video.scm (ffmpeg): Update to 3.3.1.
This commit is contained in:
Marius Bakke 2017-05-15 19:49:41 +02:00
parent 9eb0f43031
commit 9b22c4dd5e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -458,14 +458,14 @@ (define-public libva
(define-public ffmpeg
(package
(name "ffmpeg")
(version "3.3")
(version "3.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"17anx7rnbi63if1ndr61836lf76dpn47n0y424hc48bj05y7z7jr"))))
"0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp"))))
(build-system gnu-build-system)
(inputs
`(("fontconfig" ,fontconfig)