guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: svt-hevc: Limit supported architectures.


From: guix-commits
Subject: 02/04: gnu: svt-hevc: Limit supported architectures.
Date: Sun, 17 Jul 2022 18:11:09 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ba96d8c14232cbf08163f7829102f52f8f1142d5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 18 00:21:48 2022 +0300

    gnu: svt-hevc: Limit supported architectures.
    
    * gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fe7f153244..c7fb43542c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]