gnu: mediasdk: Limit supported architectures.
* gnu/packages/video.scm (mediasdk)[supported-systems]: New field.master
parent
ba96d8c142
commit
84997d9506
|
@ -376,6 +376,7 @@ efficiency.")
|
||||||
(description "MediaSDK provides a plain C API to access hardware-accelerated
|
(description "MediaSDK provides a plain C API to access hardware-accelerated
|
||||||
video decode, encode and filtering on Intel's Gen graphics hardware platforms.")
|
video decode, encode and filtering on Intel's Gen graphics hardware platforms.")
|
||||||
(home-page "http://mediasdk.intel.com/")
|
(home-page "http://mediasdk.intel.com/")
|
||||||
|
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||||
(license (license:non-copyleft "file:///LICENSE"))))
|
(license (license:non-copyleft "file:///LICENSE"))))
|
||||||
|
|
||||||
(define-public schroedinger
|
(define-public schroedinger
|
||||||
|
|
Reference in New Issue