diff options
author | Chris Robinson <[email protected]> | 2015-05-17 03:12:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-05-17 04:18:38 -0700 |
commit | 9479ea656bd4c7d3059b63405237829296776c10 (patch) | |
tree | a6e3082b3e65de5528641630f24fecc311a7180b /Alc/ALc.c | |
parent | 3058205963ee3293341bc7d92061fa18ccae4df8 (diff) |
Convert the solaris backend to the new API
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ static struct BackendInfo BackendList[] = { { "oss", ALCossBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #endif #ifdef HAVE_SOLARIS - { "solaris", NULL, alc_solaris_init, alc_solaris_deinit, alc_solaris_probe, EmptyFuncs }, + { "solaris", ALCsolarisBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #endif #ifdef HAVE_SNDIO { "sndio", NULL, alc_sndio_init, alc_sndio_deinit, alc_sndio_probe, EmptyFuncs }, |