aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-05-14 05:24:18 -0700
committerChris Robinson <[email protected]>2009-05-14 05:24:18 -0700
commitad19cea6e014b7a3bee0b098d5e3e58def631a49 (patch)
tree1a11502d2d15ba1e23119f8f0d4b6f51eb4496b3
parent0ce29863e3ed0c7f713c02a21c8c4550208cc570 (diff)
Make sure DSSPEAKER_5POINT1 is defined
-rw-r--r--Alc/dsound.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c
index 6ce4c66e..55067008 100644
--- a/Alc/dsound.c
+++ b/Alc/dsound.c
@@ -33,6 +33,9 @@
#include "AL/al.h"
#include "AL/alc.h"
+#ifndef DSSPEAKER_5POINT1
+#define DSSPEAKER_5POINT1 6
+#endif
#ifndef DSSPEAKER_7POINT1
#define DSSPEAKER_7POINT1 7
#endif