gnu: dav1d: Update to 1.0.0.
* gnu/packages/video.scm (dav1d): Update to 1.0.0.master
parent
2b1d1d76e7
commit
126608f7a9
|
@ -5002,7 +5002,7 @@ and audio capture, network stream playback, and many more.")
|
|||
(define-public dav1d
|
||||
(package
|
||||
(name "dav1d")
|
||||
(version "0.9.2")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5011,7 +5011,7 @@ and audio capture, network stream playback, and many more.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bkps488h9s15ylvkm4fmfywgrpbw570glawpnv6khpq9n223dzl"))))
|
||||
(base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list nasm))
|
||||
(home-page "https://code.videolan.org/videolan/dav1d")
|
||||
|
|
Reference in New Issue