mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
configure: Cleaned up audio/video summaries when building for Windows.
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -23536,9 +23536,6 @@ $as_echo "#define HAVE_XINPUT_STATE_EX 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
SUMMARY_video="${SUMMARY_video} directx"
|
||||
SUMMARY_audio="${SUMMARY_audio} directx"
|
||||
|
||||
# FIXME: latest Cygwin finds dinput headers, but we die on other win32 headers.
|
||||
# FIXME: ...so force it off for now.
|
||||
case "$host" in
|
||||
@@ -24616,11 +24613,13 @@ fi
|
||||
|
||||
$as_echo "#define SDL_VIDEO_RENDER_D3D 1" >>confdefs.h
|
||||
|
||||
SUMMARY_video="${SUMMARY_video} d3d9"
|
||||
fi
|
||||
if test x$enable_render_d3d = xyes -a x$have_d3d11 = xyes; then
|
||||
|
||||
$as_echo "#define SDL_VIDEO_RENDER_D3D11 1" >>confdefs.h
|
||||
|
||||
SUMMARY_video="${SUMMARY_video} d3d11"
|
||||
fi
|
||||
fi
|
||||
# Set up files for the audio library
|
||||
@@ -24628,11 +24627,13 @@ $as_echo "#define SDL_VIDEO_RENDER_D3D11 1" >>confdefs.h
|
||||
|
||||
$as_echo "#define SDL_AUDIO_DRIVER_WINMM 1" >>confdefs.h
|
||||
|
||||
SUMMARY_audio="${SUMMARY_audio} winmm"
|
||||
SOURCES="$SOURCES $srcdir/src/audio/winmm/*.c"
|
||||
if test x$have_dsound = xyes; then
|
||||
|
||||
$as_echo "#define SDL_AUDIO_DRIVER_DSOUND 1" >>confdefs.h
|
||||
|
||||
SUMMARY_audio="${SUMMARY_audio} directsound"
|
||||
SOURCES="$SOURCES $srcdir/src/audio/directsound/*.c"
|
||||
fi
|
||||
if test x$have_wasapi = xyes -a x$enable_wasapi = xyes; then
|
||||
|
||||
Reference in New Issue
Block a user