[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test1-22-g1104141
Lennart Poettering
gitmailer-noreply at 0pointer.de
Tue Jun 30 12:12:53 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 00c392d72c63398145b1c95e46ea0bb44535dd9b (commit)
- Log -----------------------------------------------------------------
1104141 reserve: fix build without D-Bus
-----------------------------------------------------------------------
Summary of changes:
src/modules/reserve-wrap.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit 1104141d783ad930b30989b76770ec5afddda482
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Jun 30 21:13:09 2009 +0200
reserve: fix build without D-Bus
diff --git a/src/modules/reserve-wrap.c b/src/modules/reserve-wrap.c
index 07b592d..6086fc9 100644
--- a/src/modules/reserve-wrap.c
+++ b/src/modules/reserve-wrap.c
@@ -336,5 +336,9 @@ pa_bool_t pa_reserve_monitor_wrapper_busy(pa_reserve_monitor_wrapper *w) {
pa_assert(PA_REFCNT_VALUE(w) >= 1);
+#ifdef HAVE_DBUS
return rm_busy(w->monitor) > 0;
+#else
+ return FALSE;
+#endif
}
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list