gnu: ffmpeg: Update to 3.3.2.

* gnu/packages/video.scm (ffmpeg): Update to 3.3.2.
This commit is contained in:
Marius Bakke 2017-06-09 23:28:55 +02:00
parent e6ad9bda49
commit ad27449ef1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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