aboutsummaryrefslogtreecommitdiffstats
path: root/router/alc.c
diff options
context:
space:
mode:
Diffstat (limited to 'router/alc.c')
-rw-r--r--router/alc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/router/alc.c b/router/alc.c
index 7737d97b..ff2cc97c 100644
--- a/router/alc.c
+++ b/router/alc.c
@@ -39,6 +39,9 @@ static const struct {
DECL(alcCaptureStop),
DECL(alcCaptureSamples),
+ DECL(alcSetThreadContext),
+ DECL(alcGetThreadContext),
+
DECL(alEnable),
DECL(alDisable),
DECL(alIsEnabled),
@@ -235,7 +238,8 @@ static const ALCchar alcErrInvalidEnum[] = "Invalid Enum";
static const ALCchar alcErrInvalidValue[] = "Invalid Value";
static const ALCchar alcErrOutOfMemory[] = "Out of Memory";
static const ALCchar alcExtensionList[] =
- "ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE";
+ "ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE "
+ "ALC_EXT_thread_local_context";
static const ALCint alcMajorVersion = 1;
static const ALCint alcMinorVersion = 1;