mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
system.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
48c91d52f9
commit
cf91aaa2b6
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ load-module module-udev-detect
|
|||
.ifexists module-hal-detect@PA_SOEXT@
|
||||
load-module module-hal-detect
|
||||
.else
|
||||
], @HAVE_COREAUDIO@, 1, [dnl
|
||||
.ifexists module-coreaudio-detect@PA_SOEXT@
|
||||
load-module module-coreaudio-detect
|
||||
.else
|
||||
], [dnl
|
||||
.ifexists module-detect@PA_SOEXT@
|
||||
])dnl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue