gnu: libx264: Update to 20180810-2245.

* gnu/packages/video.scm (libx264): Update to 20180810-2245.
This commit is contained in:
Marius Bakke 2018-08-11 15:31:15 +02:00
parent df1bc82b69
commit fac39b99a5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -258,14 +258,14 @@ television and DVD. It is also known as AC-3.")
(define-public libx264 (define-public libx264
(package (package
(name "libx264") (name "libx264")
(version "20180219-2245") (version "20180810-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 "-stable.tar.bz2")) "x264-snapshot-" version "-stable.tar.bz2"))
(sha256 (sha256
(base32 (base32
"1x0cg8l30wp84mr7q0ddp06jclm0kjrszazrx87d4k7js3qxjy8m")))) "0f25f39imas9pcqm7lnaa0shhjmf42hdx7jxzcnvxc7qsb7lh1bv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)