mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: svt-av1: Update to 0.8.6.
* gnu/packages/video.scm (svt-av1): Update to 0.8.6.
This commit is contained in:
parent
74e6b3a859
commit
975ffa3d50
1 changed files with 2 additions and 2 deletions
|
@ -4572,7 +4572,7 @@ (define-public dvdbackup
|
|||
(define-public svt-av1
|
||||
(package
|
||||
(name "svt-av1")
|
||||
(version "0.8.5")
|
||||
(version "0.8.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4581,7 +4581,7 @@ (define-public svt-av1
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gfxdmdql090p7c8ln1z344g467l41p45287lmwy590hv8gw6bfg"))))
|
||||
(base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
|
||||
(build-system cmake-build-system)
|
||||
;; SVT-AV1 only supports Intel-compatible CPUs.
|
||||
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||
|
|
Loading…
Reference in a new issue