mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: mediasdk: Remove input labels.
* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
c851ea265a
commit
73e0c84d1f
1 changed files with 2 additions and 7 deletions
|
@ -364,14 +364,9 @@ (define-public mediasdk
|
|||
(string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out") "/lib"))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)))
|
||||
(list pkg-config python-wrapper))
|
||||
(inputs
|
||||
`(("libdrm" ,libdrm)
|
||||
("libva" ,libva)
|
||||
("pciaccess" ,libpciaccess)
|
||||
("wayland" ,wayland)
|
||||
("x11" ,libx11)))
|
||||
(list libdrm libva libpciaccess wayland libx11))
|
||||
(synopsis "Intel Media SDK")
|
||||
(description "MediaSDK provides a plain C API to access hardware-accelerated
|
||||
video decode, encode and filtering on Intel's Gen graphics hardware platforms.")
|
||||
|
|
Loading…
Reference in a new issue