gnu: mediasdk: Remove input labels.

* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-08-11 18:33:36 +02:00
parent c851ea265a
commit 73e0c84d1f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -364,14 +364,9 @@ (define-public mediasdk
(string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath=" (string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib")))) (assoc-ref %outputs "out") "/lib"))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config python-wrapper))
("python" ,python-wrapper)))
(inputs (inputs
`(("libdrm" ,libdrm) (list libdrm libva libpciaccess wayland libx11))
("libva" ,libva)
("pciaccess" ,libpciaccess)
("wayland" ,wayland)
("x11" ,libx11)))
(synopsis "Intel Media SDK") (synopsis "Intel Media SDK")
(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.")