aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-03-14 09:04:41 -0700
committerChris Robinson <[email protected]>2011-03-14 09:04:41 -0700
commit4899674b6c765370f80f6e57aaddfd2985baf6e5 (patch)
tree9a72054496329288b4af16d00277f3d81e46ff3b /include/AL
parent4eeed5376f913aa27ad88738c14c2e1b25ab056b (diff)
Move ALC_ENUMERATE_ALL_EXT enums to alc.h, to match other systems' headers
Diffstat (limited to 'include/AL')
-rw-r--r--include/AL/alc.h9
-rw-r--r--include/AL/alext.h6
2 files changed, 9 insertions, 6 deletions
diff --git a/include/AL/alc.h b/include/AL/alc.h
index 04543a0c..00cb762d 100644
--- a/include/AL/alc.h
+++ b/include/AL/alc.h
@@ -171,11 +171,20 @@ typedef void ALCvoid;
/**
* Capture extension
*/
+#define ALC_EXT_CAPTURE 1
#define ALC_CAPTURE_DEVICE_SPECIFIER 0x310
#define ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER 0x311
#define ALC_CAPTURE_SAMPLES 0x312
+/**
+ * ALC_ENUMERATE_ALL_EXT enums
+ */
+#define ALC_ENUMERATE_ALL_EXT 1
+#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012
+#define ALC_ALL_DEVICES_SPECIFIER 0x1013
+
+
/*
* Context Management
*/
diff --git a/include/AL/alext.h b/include/AL/alext.h
index 4501cef1..ea27071e 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -68,12 +68,6 @@ extern "C" {
#define ALC_CHAN_CD_LOKI 0x500003
#endif
-#ifndef ALC_ENUMERATE_ALL_EXT
-#define ALC_ENUMERATE_ALL_EXT 1
-#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012
-#define ALC_ALL_DEVICES_SPECIFIER 0x1013
-#endif
-
#ifndef AL_EXT_MCFORMATS
#define AL_EXT_MCFORMATS 1
#define AL_FORMAT_QUAD8 0x1204