diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-05-13 18:52:18 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-06-25 00:39:37 +0800 |
commit | c71fffec9d4ac85cd506ff7adb2f631be0f5b623 (patch) | |
tree | 3c5f2085dc5fd04c57f3d14556fe805fcb1fc6f0 | |
parent | 94c750ad596f513d5659ce9909022ed09f864537 (diff) |
nongnu: Add mpv-nvidia.
* nongnu/packages/video.scm (mpv-nvidia): New variable.
-rw-r--r-- | nongnu/packages/video.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm index 182253a4..f1badf62 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -134,6 +134,17 @@ graphics hardware.") " This build of intel-media-driver includes nonfree blobs to fully enable the 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 (package (name "nv-codec-headers") |