mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
module-equalizer-sink:
added dbus support
removed cruft from inherited from ladspa module and improved clarity
switched dsp processing to reference implementation until project is more mature
tsched=0 seems to help with the micro-dropouts/crackling! oh my!
reformatting/spaces
This commit is contained in:
parent
c7fcc9cc01
commit
8934c314f6
3 changed files with 460 additions and 286 deletions
|
|
@ -1199,6 +1199,7 @@ if test "x${dbus}" != xno || test "x${bluez}" != xno || test "x${hal}" != xno ;
|
|||
HAVE_DBUS=1
|
||||
saved_LIBS="$LIBS"
|
||||
LIBS="$LIBS $DBUS_LIBS"
|
||||
CFLAGS="$CFLAGS $DBUS_CFLAGS"
|
||||
AC_CHECK_FUNCS(dbus_watch_get_unix_fd)
|
||||
LIBS="$saved_LIBS"
|
||||
AC_DEFINE([HAVE_DBUS], 1, [Have D-Bus.])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue