diff options
author | Sören Tempel <[email protected]> | 2025-01-18 23:37:56 +0100 |
---|---|---|
committer | Leo Famulari <[email protected]> | 2025-01-19 21:38:45 -0500 |
commit | c247697a61aece2bca8f95d05bac84084c763775 (patch) | |
tree | 1597bb6819ddd51c80e6c5b7ba5a0c397bf91044 | |
parent | eeabdd8eb346f5fb332385c11292ab3bd1ca12a5 (diff) |
gnu: mpv: Add support for pipewire.
* gnu/packages/video.scm (mpv): Add pipewire audio output support.
[propagated-inputs]: Add pipewire dependency.
Signed-off-by: Leo Famulari <[email protected]>
Change-Id: Ia9be37387b434186b677429c06730bf4fcb5b362
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8364c2432d..8334b255d7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2737,6 +2737,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") ;; XXX: lua > 5.2 is not currently supported; see meson.build lua-5.2 mesa + pipewire pulseaudio shaderc wayland |