me
/
guix
Archived
1
0
Fork 0

gnu: SVT-AV1: It only supports 64-bit Intel-compatible systems.

* gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
master
Leo Famulari 2020-12-24 19:14:10 -05:00
parent fad9b4bb5f
commit da2877237e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -4653,8 +4653,8 @@ transcode or reformat the videos in any way, producing perfect backups.")
(sha256
(base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
(build-system cmake-build-system)
;; SVT-AV1 only supports Intel-compatible CPUs.
(supported-systems '("x86_64-linux" "i686-linux"))
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
(supported-systems '("x86_64-linux"))
(arguments
;; The test suite tries to download test data and git clone a 3rd-party
;; fork of libaom. Skip it.