Skip to content
Snippets Groups Projects
Commit 466a7d70 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: libx264: Update to 20160220-2245.

* gnu/packages/video.scm (libx264): Update to 20160220-2245.
parent 62fe2d47
No related branches found
No related tags found
No related merge requests found
...@@ -187,14 +187,14 @@ (define-public libmpeg2 ...@@ -187,14 +187,14 @@ (define-public libmpeg2
(define-public libx264 (define-public libx264
(package (package
(name "libx264") (name "libx264")
(version "20150706-2245") (version "20160220-2245")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.videolan.org/pub/x264/snapshots/" (uri (string-append "ftp://ftp.videolan.org/pub/x264/snapshots/"
"x264-snapshot-" version ".tar.bz2")) "x264-snapshot-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0v04xq25q66gsk78i4kryy7503ki87jxbhln2c0qpvyy0d47p466")))) "12zyzbiihfhamf7yi4qqaj6k0nisnrydvfr36kxadvmsm7dg4sj3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment