mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
default.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) Signed-off-by: Mihai Moldovan <ionic@ionic.de>
This commit is contained in:
parent
51caceb770
commit
48c91d52f9
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ ifelse(@HAVE_UDEV@, 1, [dnl
|
||||||
.ifexists module-udev-detect@PA_SOEXT@
|
.ifexists module-udev-detect@PA_SOEXT@
|
||||||
load-module module-udev-detect
|
load-module module-udev-detect
|
||||||
.else
|
.else
|
||||||
|
], @HAVE_COREAUDIO@, 1, [dnl
|
||||||
|
.ifexists module-coreaudio-detect@PA_SOEXT@
|
||||||
|
load-module module-coreaudio-detect
|
||||||
|
.else
|
||||||
], [dnl
|
], [dnl
|
||||||
.ifexists module-detect@PA_SOEXT@
|
.ifexists module-detect@PA_SOEXT@
|
||||||
])dnl
|
])dnl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue