[pulseaudio-discuss] [PATCH 2/4] default.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.
Mihai Moldovan
ionic at ionic.de
Mon Apr 20 23:01:16 PDT 2015
Signed-off-by: Mihai Moldovan <ionic at ionic.de>
---
src/daemon/default.pa.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 5ec4641..783e326 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -70,6 +70,10 @@ ifelse(@HAVE_UDEV@, 1, [dnl
.ifexists module-udev-detect at PA_SOEXT@
load-module module-udev-detect
.else
+], @HAVE_COREAUDIO@, 1, [dnl
+.ifexists module-coreaudio-detect at PA_SOEXT@
+load-module module-coreaudio-detect
+.else
], [dnl
.ifexists module-detect at PA_SOEXT@
])dnl
--
2.3.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20150421/227770ed/attachment.sig>
More information about the pulseaudio-discuss
mailing list