--- SDL-1.2.3/src/audio/SDL_audio.c.prefer Thu Jan 24 17:03:19 2002 +++ SDL-1.2.3/src/audio/SDL_audio.c Thu Jan 24 17:03:41 2002 @@ -40,6 +40,12 @@ /* Available audio drivers */ static AudioBootStrap *bootstrap[] = { +#ifdef ARTSC_SUPPORT + &ARTSC_bootstrap, +#endif +#ifdef ESD_SUPPORT + &ESD_bootstrap, +#endif #ifdef OPENBSD_AUDIO_SUPPORT &OPENBSD_AUDIO_bootstrap, #endif @@ -56,12 +62,6 @@ #ifdef DMEDIA_SUPPORT &DMEDIA_bootstrap, #endif -#ifdef ARTSC_SUPPORT - &ARTSC_bootstrap, -#endif -#ifdef ESD_SUPPORT - &ESD_bootstrap, -#endif #ifdef NAS_SUPPORT &NAS_bootstrap, #endif