mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson_options.txt: Disable the legacy volume SPA
The volume plugin was an experiment that's not really used anywhere that we're aware of. As such it makes sense to switch the default to disabled state and skip building something no one probably needs. Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
This commit is contained in:
parent
c933c5ed74
commit
0da1a3ba82
1 changed files with 2 additions and 2 deletions
|
|
@ -177,9 +177,9 @@ option('videotestsrc',
|
|||
type: 'feature',
|
||||
value: 'enabled')
|
||||
option('volume',
|
||||
description: 'Enable volume spa plugin integration',
|
||||
description: 'Build the legacy volume spa plugin',
|
||||
type: 'feature',
|
||||
value: 'enabled')
|
||||
value: 'disabled')
|
||||
option('vulkan',
|
||||
description: 'Enable vulkan spa plugin integration',
|
||||
type: 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue