mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libx264: Update to 20160220-2245.
* gnu/packages/video.scm (libx264): Update to 20160220-2245.
This commit is contained in:
parent
62fe2d4752
commit
466a7d706d
1 changed files with 2 additions and 2 deletions
|
@ -187,14 +187,14 @@ (define-public libmpeg2
|
|||
(define-public libx264
|
||||
(package
|
||||
(name "libx264")
|
||||
(version "20150706-2245")
|
||||
(version "20160220-2245")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ftp.videolan.org/pub/x264/snapshots/"
|
||||
"x264-snapshot-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0v04xq25q66gsk78i4kryy7503ki87jxbhln2c0qpvyy0d47p466"))))
|
||||
"12zyzbiihfhamf7yi4qqaj6k0nisnrydvfr36kxadvmsm7dg4sj3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue