diff options
author | Chris Robinson <[email protected]> | 2017-04-09 11:21:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-09 11:21:02 -0700 |
commit | 81527cdbddc52338f5fb3c8b79139bf9d9186d3a (patch) | |
tree | 17cc0f2e175d40e3d1fd9e29564560b1d60b3f8c /Alc/ALc.c | |
parent | aef774a7a03485a645edc79ea292abe8c634b8e9 (diff) |
Convert the CoreAudio backend to the updated backend API
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ static struct BackendInfo BackendList[] = { { "alsa", ALCalsaBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #endif #ifdef HAVE_COREAUDIO - { "core", NULL, alc_ca_init, alc_ca_deinit, alc_ca_probe, EmptyFuncs }, + { "core", ALCcoreAudioBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #endif #ifdef HAVE_OSS { "oss", ALCossBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, |