aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-10-31 22:46:34 -0700
committerChris Robinson <[email protected]>2014-10-31 22:46:34 -0700
commitdd6e622206cce4dc543bad89633531ca303d29e2 (patch)
treeb0ef4a6602152e3f0736375ed5c64166d5f0606e /include
parent3d2853274dbf81723b907677446bd09f94f35022 (diff)
Add AL_EXT_MULAW_BFORMAT to alext.h
Diffstat (limited to 'include')
-rw-r--r--include/AL/alext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index e22a5be1..cb498b4e 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -403,6 +403,12 @@ ALC_API void ALC_APIENTRY alcDeviceResumeSOFT(ALCdevice *device);
#define AL_FORMAT_BFORMAT3D_FLOAT32 0x20033
#endif
+#ifndef AL_EXT_MULAW_BFORMAT
+#define AL_EXT_MULAW_BFORMAT 1
+#define AL_FORMAT_BFORMAT2D_MULAW 0x10031
+#define AL_FORMAT_BFORMAT3D_MULAW 0x10032
+#endif
+
#ifdef __cplusplus
}
#endif