gnu: svt-hevc: Limit supported architectures.
* gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.master
parent
0f646fc79a
commit
ba96d8c142
|
@ -333,6 +333,7 @@ the SVT-HEVC encoder, it is possible to spread video encoding processing across
|
|||
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"))
|
||||
(license (license:non-copyleft "file:///LICENSE.md"))))
|
||||
|
||||
(define-public mediasdk
|
||||
|
|
Reference in New Issue