gnu: ffmpeg-2.2: Update to 2.2.10.

* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.10.
This commit is contained in:
Jason Self 2014-11-08 07:50:55 -08:00
parent 75058ecaea
commit bfdbaf779f
1 changed files with 2 additions and 2 deletions

View File

@ -199,14 +199,14 @@ audio/video codec library.")
;; We need this older ffmpeg because vlc-2.1.5 doesn't work with ffmpeg-2.4.
(define-public ffmpeg-2.2
(package (inherit ffmpeg)
(version "2.2.9")
(version "2.2.10")
(source (origin
(method url-fetch)
(uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
version ".tar.bz2"))
(sha256
(base32
"0fbjszysnab6yfrv4dpa8yqjin6hcy1zs4i1wa8782bq3pc1529y"))))))
"14d83ijp5lxdr6nl9rqhc4598jp020paxrg64r9ifxqhbigl0yqm"))))))
(define-public vlc
(package