gnu: libx264: Update to 20180219-2245.

* gnu/packages/video.scm (libx264): Update to 20180219-2245.
This commit is contained in:
Efraim Flashner 2018-02-20 23:34:07 +02:00
parent a89e0cf581
commit a33727db1b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -245,14 +245,14 @@ (define-public libmpeg2
(define-public libx264
(package
(name "libx264")
(version "20170316-2245")
(version "20180219-2245")
(source (origin
(method url-fetch)
(uri (string-append "https://download.videolan.org/pub/x264/snapshots/"
"x264-snapshot-" version ".tar.bz2"))
(sha256
(base32
"1s1nnvl3axz38sv4g09skijl6k9mbbngbb1nsh26w4dr2w2gyzad"))))
"166ahp82rn9xhiw9spisr8vhp516aylq1ggyddqdbi83w6fichcd"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)