mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-15 22:05:22 -05:00
equalizer-sink: Use common code
This patch also fixes a couple of crash bugs that can happen if the sink cannot be initialized properly.
This commit is contained in:
parent
e5f852ab7b
commit
3aaa764de7
2 changed files with 51 additions and 478 deletions
|
|
@ -180,7 +180,7 @@ endif
|
|||
|
||||
if dbus_dep.found() and fftw_dep.found()
|
||||
all_modules += [
|
||||
[ 'module-equalizer-sink', 'module-equalizer-sink.c', [], [], [dbus_dep, fftw_dep, libm_dep] ],
|
||||
[ 'module-equalizer-sink', 'module-equalizer-sink.c', [], [], [dbus_dep, fftw_dep, libm_dep], libvirtual_sink ],
|
||||
]
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue