mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: use proper type for bools
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/749>
This commit is contained in:
parent
8fe50bbc31
commit
68a0603d76
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ option('x11',
|
|||
type : 'feature', value : 'auto',
|
||||
description : 'Optional X11 support')
|
||||
option('enable-smoother-2',
|
||||
type : 'boolean', value : 'true',
|
||||
type : 'boolean', value : true,
|
||||
description : 'Use alternative time smoother implementation')
|
||||
|
||||
# Echo cancellation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue