[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test7-1-gdcb24f5

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Apr 1 07:15:40 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  707acabde53666fde490b489ec2e7b87eee5e8a4 (commit)

- Log -----------------------------------------------------------------
dcb24f5 load bt discover module only when installed
-----------------------------------------------------------------------

Summary of changes:
 src/daemon/default.pa.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------

commit dcb24f5068f54f0fd3c30b691b8e3735973d008b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Apr 1 16:15:27 2009 +0200

    load bt discover module only when installed

diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 57ccd9f..fa0683e 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -58,9 +58,9 @@ load-module module-detect
 .endif
 
 ### Automatically load driver modules for Bluetooth hardware
-#.ifexists module-bluetooth-discover at PA_SOEXT@
+.ifexists module-bluetooth-discover at PA_SOEXT@
 load-module module-bluetooth-discover
-#.endif
+.endif
 
 ### Load several protocols
 .ifexists module-esound-protocol-unix at PA_SOEXT@

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list