mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
configure.ac: add HAVE_COREAUDIO to automake and code.
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
810aa36189
commit
51caceb770
1 changed files with 3 additions and 0 deletions
|
|
@ -781,8 +781,11 @@ AS_IF([test "x$enable_coreaudio_output" != "xno"],
|
|||
AS_IF([test "x$enable_coreaudio_output" = "xyes" && test "x$HAVE_COREAUDIO" = "x0"],
|
||||
[AC_MSG_ERROR([*** CoreAudio output support not found])])
|
||||
|
||||
AC_SUBST(HAVE_COREAUDIO)
|
||||
AM_CONDITIONAL([HAVE_COREAUDIO], [test "x$HAVE_COREAUDIO" = "x1" && test "x$enable_coreaudio_output" != "xno"])
|
||||
|
||||
AS_IF([test "x$HAVE_COREAUDIO" = "x1"], AC_DEFINE([HAVE_COREAUDIO], 1, [Have CoreAudio?]))
|
||||
|
||||
#### ALSA support (optional) ####
|
||||
|
||||
AC_ARG_ENABLE([alsa],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue