diff options
author | Jason Newton <nevion@gmail.com> | 2009-07-31 18:10:11 -0700 |
---|---|---|
committer | Jason Newton <nevion@gmail.com> | 2009-09-29 23:50:53 -0700 |
commit | 8934c314f6401b953b871bbf5b6810b5fe05a9ac (patch) | |
tree | 78107909b23417e38a13d33528812fa5a6825949 /configure.ac | |
parent | c7fcc9cc01c807c30b6c96f9995ef2c596c74146 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 78234fc27..ebfdc2b0c 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) |