gnu: libx264: Update to 20180219-2245.
* gnu/packages/video.scm (libx264): Update to 20180219-2245.
This commit is contained in:
parent
a89e0cf581
commit
a33727db1b
|
@ -245,14 +245,14 @@ television and DVD. It is also known as AC-3.")
|
||||||
(define-public libx264
|
(define-public libx264
|
||||||
(package
|
(package
|
||||||
(name "libx264")
|
(name "libx264")
|
||||||
(version "20170316-2245")
|
(version "20180219-2245")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.videolan.org/pub/x264/snapshots/"
|
(uri (string-append "https://download.videolan.org/pub/x264/snapshots/"
|
||||||
"x264-snapshot-" version ".tar.bz2"))
|
"x264-snapshot-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s1nnvl3axz38sv4g09skijl6k9mbbngbb1nsh26w4dr2w2gyzad"))))
|
"166ahp82rn9xhiw9spisr8vhp516aylq1ggyddqdbi83w6fichcd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in New Issue