mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
pipewire: Enable ffmpeg support in tools when ffmpegSupport is enabled
There is a pw-cat-ffmpeg option to explicitly enable ffmpeg support for the command-line tools. This is disabled by default. See here: https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/1.0.3/meson_options.txt?ref_type=tags#L195-198 It should probably be enabled if ffmpegSupport is enabled.
This commit is contained in:
parent
12a94a5aa0
commit
842db42c45
@ -160,6 +160,7 @@ stdenv.mkDerivation(finalAttrs: {
|
||||
(lib.mesonEnable "systemd-system-service" enableSystemd)
|
||||
(lib.mesonEnable "udev" (!enableSystemd))
|
||||
(lib.mesonEnable "ffmpeg" ffmpegSupport)
|
||||
(lib.mesonEnable "pw-cat-ffmpeg" ffmpegSupport)
|
||||
(lib.mesonEnable "bluez5" bluezSupport)
|
||||
(lib.mesonEnable "bluez5-backend-hsp-native" nativeHspSupport)
|
||||
(lib.mesonEnable "bluez5-backend-hfp-native" nativeHfpSupport)
|
||||
|
Loading…
Reference in New Issue
Block a user