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:
Georg Chini 2021-01-01 15:59:18 +01:00
parent e5f852ab7b
commit 3aaa764de7
2 changed files with 51 additions and 478 deletions

View file

@ -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