mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-20 01:40:25 -05:00
virtual-surround-sink: Use common code
Using the library fixes a crash bug in module-virtual-surround sink when used with use_volume_sharing=0. The old code did not remap the volumes.
This commit is contained in:
parent
8098bfde4a
commit
668a22e902
2 changed files with 87 additions and 602 deletions
|
|
@ -174,7 +174,7 @@ endif
|
|||
|
||||
if fftw_dep.found()
|
||||
all_modules += [
|
||||
[ 'module-virtual-surround-sink', 'module-virtual-surround-sink.c', [], [], [fftw_dep, libm_dep] ],
|
||||
[ 'module-virtual-surround-sink', 'module-virtual-surround-sink.c', [], [], [fftw_dep, libm_dep], libvirtual_sink ],
|
||||
]
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue