aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-07 06:25:11 -0800
committerChris Robinson <[email protected]>2017-02-07 07:06:41 -0800
commit9f10ae466c089388db1bd9ff236eec50ed98b157 (patch)
treebc349eb2cf89a713475e17ca2bbe4cd94a362249 /Alc/backends/base.h
parentaf362c2d05097fce816b5c5d911d6650eb6bef37 (diff)
Convert the OpenSL backend to the new backend API
This also removes the buffer queue callback's call to aluMixData, which could potentially block on a mutex.
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r--Alc/backends/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h
index 94177405..4f398047 100644
--- a/Alc/backends/base.h
+++ b/Alc/backends/base.h
@@ -145,6 +145,7 @@ ALCbackendFactory *ALCmmdevBackendFactory_getFactory(void);
ALCbackendFactory *ALCdsoundBackendFactory_getFactory(void);
ALCbackendFactory *ALCwinmmBackendFactory_getFactory(void);
ALCbackendFactory *ALCportBackendFactory_getFactory(void);
+ALCbackendFactory *ALCopenslBackendFactory_getFactory(void);
ALCbackendFactory *ALCnullBackendFactory_getFactory(void);
ALCbackendFactory *ALCwaveBackendFactory_getFactory(void);
ALCbackendFactory *ALCloopbackFactory_getFactory(void);