diff options
author | Andreas Enge <andreas@enge.fr> | 2015-03-14 11:04:25 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-03-14 11:04:25 +0100 |
commit | 6abdad698bd131ec50670cceb55e2e731f9da5d9 (patch) | |
tree | 31c55acd907bc253fc3a5ab99703eddf3aebcd63 /gnu | |
parent | 9de2e43cbe54398d88646d156320833654734f8c (diff) | |
download | patches-6abdad698bd131ec50670cceb55e2e731f9da5d9.tar patches-6abdad698bd131ec50670cceb55e2e731f9da5d9.tar.gz |
gnu: ffmpeg: Update to 2.6.
* gnu/packages/video.scm (ffmpeg): Update to 2.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d16294ed68..b1c0c52ee4 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -191,14 +191,14 @@ SMPTE 314M.") (define-public ffmpeg (package (name "ffmpeg") - (version "2.5.4") + (version "2.6") (source (origin (method url-fetch) (uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-" version ".tar.bz2")) (sha256 (base32 - "11m2hbhdgphjxjp6hk438cxmipqjg5ixbr1kqnn9mbdhq9kc34fc")))) + "14a7zp8pa1rvw6nr9l2rf57xr004n5kwkhn5lglybjnn1p68xhr3")))) (build-system gnu-build-system) (inputs `(("fontconfig" ,fontconfig) |