mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: svt-vp9: Fix typo.
* gnu/packages/video.scm (svt-vp9): Fix typo in comment.
This commit is contained in:
parent
31dcf19ea3
commit
0cac5f75ed
1 changed files with 1 additions and 1 deletions
|
@ -4800,7 +4800,7 @@ (define-public svt-vp9
|
|||
(sha256
|
||||
(base32
|
||||
"1ypdiw4cq22llvm8jyszxdq6r1aydkj80dsxjarjn5b7c1f2q3ar"))))
|
||||
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
|
||||
;; SVT-VP9 only supports 64-bit Intel-compatible CPUs.
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue