mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: meson: change oss-output boolean to Meson feature
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/437>
This commit is contained in:
parent
e3f2c25fac
commit
d285b00a16
4 changed files with 6 additions and 7 deletions
|
|
@ -124,7 +124,7 @@ option('orc',
|
|||
type : 'feature', value : 'auto',
|
||||
description : 'Optimized Inner Loop Runtime Compiler')
|
||||
option('oss-output',
|
||||
type : 'boolean',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional OSS output support')
|
||||
option('samplerate',
|
||||
type : 'feature', value : 'disabled',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue