mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-11 04:27:48 -05:00
echo-cancel: Use common code
This module cannot be fully consolidated, but still there are significant savings. With some re-ordering, probably even more of the code could be converted.
This commit is contained in:
parent
3aaa764de7
commit
8098bfde4a
2 changed files with 23 additions and 209 deletions
|
|
@ -262,7 +262,7 @@ module_echo_cancel_sources = [
|
|||
module_echo_cancel_orc_sources = []
|
||||
module_echo_cancel_flags = []
|
||||
module_echo_cancel_deps = [libatomic_ops_dep]
|
||||
module_echo_cancel_libs = []
|
||||
module_echo_cancel_libs = [libvirtual_sink]
|
||||
|
||||
if get_option('adrian-aec')
|
||||
module_echo_cancel_sources += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue