|
@@ -3242,7 +3242,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"
|
|
|
+ SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.m"
|
|
|
SUMMARY_audio="${SUMMARY_audio} coreaudio"
|
|
|
have_audio=yes
|
|
|
fi
|
|
@@ -3315,9 +3315,10 @@ 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
|
|
|
AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO, 1, [ ])
|
|
|
- SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c"
|
|
|
+ SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.m"
|
|
|
SUMMARY_audio="${SUMMARY_audio} coreaudio"
|
|
|
have_audio=yes
|
|
|
+ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,AVFoundation"
|
|
|
fi
|
|
|
# Set up files for the joystick library
|
|
|
if test x$enable_joystick = xyes; then
|