gnu: svt-hevc: Limit to x86_64-linux.

* gnu/packages/video.scm (svt-hevc)[supported-systems]: Remove
i686-linux. Add comment.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Don't add
svt-hevc when building for i686-linux.
This commit is contained in:
Efraim Flashner 2022-09-19 18:12:48 +03:00
parent 9b30301efe
commit 62da6c6169
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
2 changed files with 4 additions and 2 deletions

View file

@ -826,7 +826,8 @@ (define-public gst-plugins-bad
xorg-server-for-tests))
(inputs
(append
(if (target-x86?) (list mediasdk svt-hevc) '())
(if (target-x86?) (list mediasdk) '())
(if (target-x86-64?) (list svt-hevc) '())
(list bluez
bzip2
cairo

View file

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