guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: mediasdk: Limit supported architectures.


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

efraim pushed a commit to branch master
in repository guix.

commit 84997d95065b47591b058b573f4c42dd4df5c51f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 18 00:22:43 2022 +0300

    gnu: mediasdk: Limit supported architectures.
    
    * gnu/packages/video.scm (mediasdk)[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 c7fb43542c..7f451a8925 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -376,6 +376,7 @@ efficiency.")
     (description "MediaSDK provides a plain C API to access 
hardware-accelerated
 video decode, encode and filtering on Intel's Gen graphics hardware 
platforms.")
     (home-page "http://mediasdk.intel.com/";)
+    (supported-systems '("x86_64-linux" "i686-linux"))
     (license (license:non-copyleft "file:///LICENSE"))))
 
 (define-public schroedinger



reply via email to

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