Merge pull request #293549 from jwillikers/pipewire-pw-cat-ffmpeg

pipewire: Enable ffmpeg support in tools when ffmpegSupport is enabled
This commit is contained in:
K900 2024-03-06 09:50:15 +03:00 committed by GitHub
commit ab80424be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)