aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
Diffstat (limited to 'alc')
-rw-r--r--alc/inprogext.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 5dfc22cb..284af05e 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -64,11 +64,21 @@ void AL_APIENTRY alSourcePlayAtTimevSOFT(ALsizei n, const ALuint *sources, ALint
#endif
#endif
+#ifndef AL_SOFT_UHJ_ex
+#define AL_SOFT_UHJ_ex
+#define AL_FORMAT_UHJ2CHN_MULAW_SOFT 0x19B3
+#define AL_FORMAT_UHJ2CHN_IMA4_SOFT 0x19B4
+#define AL_FORMAT_UHJ2CHN_MSADPCM_SOFT 0x19B5
+#define AL_FORMAT_UHJ3CHN_MULAW_SOFT 0x19B6
+#define AL_FORMAT_UHJ4CHN_MULAW_SOFT 0x19B7
+#endif
+
+
/* Non-standard export. Not part of any extension. */
AL_API const ALchar* AL_APIENTRY alsoft_get_version(void);
-/* Functions from abandoned extenions. Only here for binary compatibility. */
+/* Functions from abandoned extensions. Only here for binary compatibility. */
AL_API void AL_APIENTRY alSourceQueueBufferLayersSOFT(ALuint src, ALsizei nb,
const ALuint *buffers);