Mercurial > sdl-ios-xcode
changeset 3834:93326d2ceedb SDL-ryan-multiple-audio-device
Still more PAudio renames...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 08 Oct 2006 00:01:16 +0000 |
parents | de857f0708f5 |
children | 84aa539627c8 |
files | configure.in include/SDL_config.h.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Oct 07 20:23:02 2006 +0000 +++ b/configure.in Sun Oct 08 00:01:16 2006 +0000 @@ -2042,7 +2042,7 @@ have_audio=yes ;; aix) - AC_DEFINE(SDL_AUDIO_DRIVER_PAUD) + AC_DEFINE(SDL_AUDIO_DRIVER_PAUDIO) SOURCES="$SOURCES $srcdir/src/audio/paudio/*.c" have_audio=yes ;;
--- a/include/SDL_config.h.in Sat Oct 07 20:23:02 2006 +0000 +++ b/include/SDL_config.h.in Sun Oct 08 00:01:16 2006 +0000 @@ -171,7 +171,7 @@ #undef SDL_AUDIO_DRIVER_NAS_DYNAMIC #undef SDL_AUDIO_DRIVER_OSS #undef SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H -#undef SDL_AUDIO_DRIVER_PAUD +#undef SDL_AUDIO_DRIVER_PAUDIO #undef SDL_AUDIO_DRIVER_QNXNTO #undef SDL_AUDIO_DRIVER_SNDMGR #undef SDL_AUDIO_DRIVER_SUNAUDIO