mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ffmpeg-2.2: Update to 2.2.11
* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.11.
This commit is contained in:
parent
a63ffe03d4
commit
7d05f76956
1 changed files with 2 additions and 2 deletions
|
@ -199,14 +199,14 @@ (define-public ffmpeg
|
|||
;; 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.10")
|
||||
(version "2.2.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"14d83ijp5lxdr6nl9rqhc4598jp020paxrg64r9ifxqhbigl0yqm"))))))
|
||||
"06sli7xvihh97ss6a2mkdq4dcj3rg1w8zffrmjfc1hvyjxhc8f2r"))))))
|
||||
|
||||
(define-public vlc
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue