diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-09 02:47:40 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-09 03:42:18 -0500 |
commit | 0cac5f75ed370f5a9e63936d2dda5fd2186db530 (patch) | |
tree | 9f1038a312b741a0b1d74a62a3b11da9ccb5be95 /gnu/packages/video.scm | |
parent | 31dcf19ea33b3cdbc9615e69e1396bcebdae9dc0 (diff) |
gnu: svt-vp9: Fix typo.
* gnu/packages/video.scm (svt-vp9): Fix typo in comment.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 0bb941946c..9bb1af0da6 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4800,7 +4800,7 @@ applications. It only supports Intel-compatible CPUs (x86).") (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 |