Good idea, renaming OpenBSD audio to BSD audio.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401571
This commit is contained in:
Sam Lantinga 2006-03-21 09:33:54 +00:00
parent b31a8872e5
commit f1b5352fed
8 changed files with 15 additions and 17 deletions

View file

@ -36,8 +36,8 @@
/* Available audio drivers */
static AudioBootStrap *bootstrap[] = {
#if SDL_AUDIO_DRIVER_OPENBSD
&OPENBSD_AUDIO_bootstrap,
#if SDL_AUDIO_DRIVER_BSD
&BSD_AUDIO_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_OSS
&DSP_bootstrap,