Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add coreaudio to the configure script's summary output.
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+2
−0
configure
-
+2
−0
configure.in
|
|
|
|
|
# Set up files for the audio library |
|
|
if test x$enable_audio = xyes; then |
|
|
SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" |
|
|
SUMMARY_audio="${SUMMARY_audio} coreaudio" |
|
|
have_audio=yes |
|
|
fi |
|
|
# Set up files for the joystick library |
|
|
|
|
$as_echo "#define SDL_AUDIO_DRIVER_COREAUDIO 1" >>confdefs.h |
|
|
|
|
|
SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" |
|
|
SUMMARY_audio="${SUMMARY_audio} coreaudio" |
|
|
have_audio=yes |
|
|
fi |
|
|
# Set up files for the joystick library |
|
@@ -3028,6 +3028,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau |
|
|
# Set up files for the audio library |
|
|
if test x$enable_audio = xyes; then |
|
|
SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" |
|
|
SUMMARY_audio="${SUMMARY_audio} coreaudio" |
|
|
have_audio=yes |
|
|
fi |
|
|
# Set up files for the joystick library |
|
@@ -3097,6 +3098,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau |
|
|
if test x$enable_audio = xyes; then |
|
|
AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO, 1, [ ]) |
|
|
SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" |
|
|
SUMMARY_audio="${SUMMARY_audio} coreaudio" |
|
|
have_audio=yes |
|
|
fi |
|
|
# Set up files for the joystick library |
|
|