gnu: ffmpeg: Update to 2.6.2.

* gnu/packages/video.scm (ffmpeg): Update to 2.6.2.
This commit is contained in:
宋文武 2015-04-27 15:00:15 +08:00
parent 6bc2406315
commit 769436b862

View file

@ -275,14 +275,14 @@ (define-public libva
(define-public ffmpeg
(package
(name "ffmpeg")
(version "2.6")
(version "2.6.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
version ".tar.bz2"))
(sha256
(base32
"14a7zp8pa1rvw6nr9l2rf57xr004n5kwkhn5lglybjnn1p68xhr3"))))
"1fi93zy98wmls7x3jpr2yvckk2ia6a1yyygwrfaxq95pd6h3m7l8"))))
(build-system gnu-build-system)
(inputs
`(("fontconfig" ,fontconfig)