mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-01-03 11:08:55 -05:00
Add configuration option enable-smoother-2 to enable alternative smoother code
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/55>
This commit is contained in:
parent
156b572954
commit
6f16203144
2 changed files with 7 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ option('valgrind',
|
|||
option('x11',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional X11 support')
|
||||
option('enable-smoother-2',
|
||||
type : 'boolean', value : 'true',
|
||||
description : 'Use alternative time smoother implementation')
|
||||
|
||||
# Echo cancellation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue