gnu: intel-vaapi-driver: Restrict supported systems.

As noted at <https://debbugs.gnu.org/36814> and then promptly forgotten.
This follows up on commit d8d7565b82.

* gnu/packages/video.scm (intel-vaapi-driver)[supported-systems]:
Build onl on Intel systems.
master
Tobias Geerinckx-Rice 2019-07-30 06:27:21 +02:00
parent a094693de3
commit 3935507f0f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -2762,6 +2762,7 @@ of modern, widely supported codecs.")
(list (search-path-specification
(variable "LIBVA_DRIVERS_PATH")
(files '("lib/dri")))))
(supported-systems '("i686-linux" "x86_64-linux"))
(home-page "https://01.org/linuxmedia/vaapi")
(synopsis "VA-API video acceleration driver for Intel GEN Graphics devices")
(description