Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 2947:fec0db6c44b7
Date: Thu, 01 Jan 2009 21:32:12 +0100
From: Couriersud
Subject: Fusionsound audio driver
attached is a diff containing a audio driver for the FusionSound
library. This sound library is closely related to DirectFB and uses the
same transport (fusion) as DirectFB when running applications "remote",
i.e. over the network. As such, it natively redirects sound where
DirectFB redirects video. This may be handy for everyone using SDL over
DirectFB.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 01 Jan 2009 21:34:22 +0000 |
parents | 99210400e8b9 |
children | d364ee9b9c15 |
comparison
equal
deleted
inserted
replaced
2946:29e1f863a844 | 2947:fec0db6c44b7 |
---|---|
183 #undef SDL_AUDIO_DRIVER_PAUDIO | 183 #undef SDL_AUDIO_DRIVER_PAUDIO |
184 #undef SDL_AUDIO_DRIVER_QNXNTO | 184 #undef SDL_AUDIO_DRIVER_QNXNTO |
185 #undef SDL_AUDIO_DRIVER_SNDMGR | 185 #undef SDL_AUDIO_DRIVER_SNDMGR |
186 #undef SDL_AUDIO_DRIVER_SUNAUDIO | 186 #undef SDL_AUDIO_DRIVER_SUNAUDIO |
187 #undef SDL_AUDIO_DRIVER_WINWAVEOUT | 187 #undef SDL_AUDIO_DRIVER_WINWAVEOUT |
188 #undef SDL_AUDIO_DRIVER_FUSIONSOUND | |
189 #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC | |
188 | 190 |
189 /* Enable various cdrom drivers */ | 191 /* Enable various cdrom drivers */ |
190 #undef SDL_CDROM_AIX | 192 #undef SDL_CDROM_AIX |
191 #undef SDL_CDROM_BEOS | 193 #undef SDL_CDROM_BEOS |
192 #undef SDL_CDROM_BSDI | 194 #undef SDL_CDROM_BSDI |