gnu: SVT-AV1: It only supports 64-bit Intel-compatible systems.
* gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
This commit is contained in:
parent
fad9b4bb5f
commit
da2877237e
1 changed files with 2 additions and 2 deletions
|
@ -4653,8 +4653,8 @@ (define-public svt-av1
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
|
(base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; SVT-AV1 only supports Intel-compatible CPUs.
|
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
|
||||||
(supported-systems '("x86_64-linux" "i686-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(arguments
|
(arguments
|
||||||
;; The test suite tries to download test data and git clone a 3rd-party
|
;; The test suite tries to download test data and git clone a 3rd-party
|
||||||
;; fork of libaom. Skip it.
|
;; fork of libaom. Skip it.
|
||||||
|
|
Loading…
Reference in a new issue