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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to