gnu: svt-hevc: Limit supported architectures.

* gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner 2022-07-18 00:21:48 +03:00
parent 0f646fc79a
commit ba96d8c142
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -333,6 +333,7 @@ (define-public svt-hevc
multiple Intel's Xeon processors to achieve a real advantage of processing multiple Intel's Xeon processors to achieve a real advantage of processing
efficiency.") efficiency.")
(home-page "https://01.org/svt") (home-page "https://01.org/svt")
(supported-systems '("x86_64-linux" "i686-linux"))
(license (license:non-copyleft "file:///LICENSE.md")))) (license (license:non-copyleft "file:///LICENSE.md"))))
(define-public mediasdk (define-public mediasdk