Mercurial > sdl-ios-xcode
comparison configure.in @ 3837:7c9663fb0860 SDL-ryan-multiple-audio-device
BeOS audio now works in 1.3 branch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 08 Oct 2006 01:39:01 +0000 |
parents | 93326d2ceedb |
children |
comparison
equal
deleted
inserted
replaced
3836:7dc7327cd626 | 3837:7c9663fb0860 |
---|---|
2240 CheckNASM | 2240 CheckNASM |
2241 CheckBWINDOW | 2241 CheckBWINDOW |
2242 CheckBeGL | 2242 CheckBeGL |
2243 # Set up files for the audio library | 2243 # Set up files for the audio library |
2244 if test x$enable_audio = xyes; then | 2244 if test x$enable_audio = xyes; then |
2245 AC_DEFINE(SDL_AUDIO_DRIVER_BAUDIO) | 2245 AC_DEFINE(SDL_AUDIO_DRIVER_BEOSAUDIO) |
2246 SOURCES="$SOURCES $srcdir/src/audio/baudio/*.cc" | 2246 SOURCES="$SOURCES $srcdir/src/audio/baudio/*.cc" |
2247 have_audio=yes | 2247 have_audio=yes |
2248 fi | 2248 fi |
2249 # Set up files for the joystick library | 2249 # Set up files for the joystick library |
2250 if test x$enable_joystick = xyes; then | 2250 if test x$enable_joystick = xyes; then |