diff options
author | Chris Robinson <[email protected]> | 2014-08-24 22:20:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-08-24 22:20:02 -0700 |
commit | a3bba200c09b37235c878e8696dc50112eca95d0 (patch) | |
tree | 486f3767b955c4d24b305e7afd9eeefbdd5b4b13 /Alc/ALc.c | |
parent | 4f7b3f0c381ea30cefc8fc992820ed3d62cbabb5 (diff) |
Convert the wave writer 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
@@ -100,7 +100,7 @@ static struct BackendInfo BackendList[] = { { "null", ALCnullBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #ifdef HAVE_WAVE - { "wave", NULL, alc_wave_init, alc_wave_deinit, alc_wave_probe, EmptyFuncs }, + { "wave", ALCwaveBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #endif { NULL, NULL, NULL, NULL, NULL, EmptyFuncs } |