diff options
author | Chris Robinson <[email protected]> | 2016-12-21 10:54:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-12-21 10:54:19 -0800 |
commit | e270a9784bdacecedb98312a4e2e9ef75ef7df62 (patch) | |
tree | a960290c60d80a4dc161baf4bb4914793f5719b1 | |
parent | bcb6dfee71ef0ce4a0b9e7ceccb943f7f28704c4 (diff) |
Add missing macros for OSS3/Free compatibility
-rw-r--r-- | Alc/backends/oss.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/backends/oss.c b/Alc/backends/oss.c index 689a5c71..62563235 100644 --- a/Alc/backends/oss.c +++ b/Alc/backends/oss.c @@ -88,6 +88,8 @@ static struct oss_device oss_capture = { #ifdef ALC_OSS_COMPAT +#define DSP_CAP_OUTPUT 0x00020000 +#define DSP_CAP_INPUT 0x00010000 static void ALCossListPopulate(struct oss_device *UNUSED(devlist), int UNUSED(type_flag)) { } |