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:
Niklāvs Koļesņikovs 2022-11-28 16:18:33 +02:00
parent c933c5ed74
commit 0da1a3ba82
No known key found for this signature in database
GPG key ID: 8A45FF71F7C7210A

View file

@ -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',