mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: meson: add oss-output option for OSS output support
Restore an option to disable OSS output available with autotools.
This commit is contained in:
parent
1e7adb4fdb
commit
ecd597995a
4 changed files with 8 additions and 5 deletions
|
|
@ -123,6 +123,9 @@ option('openssl',
|
|||
option('orc',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optimized Inner Loop Runtime Compiler')
|
||||
option('oss-output',
|
||||
type : 'boolean',
|
||||
description : 'Optional OSS output support')
|
||||
option('samplerate',
|
||||
type : 'feature', value : 'disabled',
|
||||
description : 'Optional libsamplerate support (DEPRECATED)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue