mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: Add mpv-nvidia.
* nongnu/packages/video.scm (mpv-nvidia): New variable.
This commit is contained in:
parent
94c750ad59
commit
c71fffec9d
1 changed files with 11 additions and 0 deletions
|
@ -134,6 +134,17 @@ graphics hardware.")
|
||||||
" This build of intel-media-driver includes nonfree blobs to fully enable the
|
" This build of intel-media-driver includes nonfree blobs to fully enable the
|
||||||
video decode capabilities of supported Intel GPUs."))))
|
video decode capabilities of supported Intel GPUs."))))
|
||||||
|
|
||||||
|
(define-public mpv-nvidia
|
||||||
|
(package
|
||||||
|
(inherit mpv)
|
||||||
|
(name "mpv-nvidia")
|
||||||
|
(inputs
|
||||||
|
(modify-inputs (package-inputs mpv)
|
||||||
|
(prepend nv-codec-headers)))
|
||||||
|
(synopsis
|
||||||
|
"Audio and video player (with hardware acceleration for NVIDIA graphics \
|
||||||
|
cards)")))
|
||||||
|
|
||||||
(define-public nv-codec-headers
|
(define-public nv-codec-headers
|
||||||
(package
|
(package
|
||||||
(name "nv-codec-headers")
|
(name "nv-codec-headers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue