mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
attempt to get the sdl audio lib to compile automatically if SDL is present. Works For Me, Your Mileage May Vary (incredibly).
This commit is contained in:
parent
7f0d8ed7e0
commit
bfbcf8fac2
1 changed files with 3 additions and 6 deletions
|
@ -842,12 +842,9 @@ QF_maGiC_VALUE
|
|||
fi
|
||||
|
||||
dnl SDL digital audio
|
||||
AC_ARG_ENABLE(sdl-audio,
|
||||
[ --enable-sdl-audio use SDL for audio output],
|
||||
if test "x$HAVE_SDL" = "xyes"; then
|
||||
SOUND_TYPES="$SOUND_TYPES SDL"
|
||||
fi
|
||||
)
|
||||
if test "x$HAVE_SDL" = "xyes"; then
|
||||
SOUND_TYPES="$SOUND_TYPES SDL"
|
||||
fi
|
||||
|
||||
dnl SGI
|
||||
if test "x$ac_cv_header_dmedia_audio_h" = "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue