gnu: libx264: Change to stable branch.

Fixes <https://bugs.gnu.org/30573>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>

* gnu/packages/video.scm (libx264)[source]: Use 'stable' snapshot.
This commit is contained in:
Marius Bakke 2018-02-22 15:32:48 +01:00
parent 9cf2de87d2
commit bb2a95580e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -249,10 +249,10 @@ (define-public libx264
(source (origin
(method url-fetch)
(uri (string-append "https://download.videolan.org/pub/x264/snapshots/"
"x264-snapshot-" version ".tar.bz2"))
"x264-snapshot-" version "-stable.tar.bz2"))
(sha256
(base32
"166ahp82rn9xhiw9spisr8vhp516aylq1ggyddqdbi83w6fichcd"))))
"1x0cg8l30wp84mr7q0ddp06jclm0kjrszazrx87d4k7js3qxjy8m"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)