diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,15 +75,15 @@ static struct BackendInfo BackendList[] = { #ifdef HAVE_COREAUDIO { "core", ALCcoreAudioBackendFactory_getFactory }, #endif -#ifdef HAVE_OSS - { "oss", ALCossBackendFactory_getFactory }, -#endif #ifdef HAVE_SOLARIS { "solaris", ALCsolarisBackendFactory_getFactory }, #endif #ifdef HAVE_SNDIO { "sndio", ALCsndioBackendFactory_getFactory }, #endif +#ifdef HAVE_OSS + { "oss", ALCossBackendFactory_getFactory }, +#endif #ifdef HAVE_QSA { "qsa", ALCqsaBackendFactory_getFactory }, #endif |