From 1c05017548ea21dd1a44c31e9fc80b8700891f11 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 15 Oct 2016 13:51:33 +0200 Subject: Added OpenAL static library --- src/external/openal_soft/include/AL/alext.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/external/openal_soft/include') diff --git a/src/external/openal_soft/include/AL/alext.h b/src/external/openal_soft/include/AL/alext.h index 6af581aa..0090c804 100644 --- a/src/external/openal_soft/include/AL/alext.h +++ b/src/external/openal_soft/include/AL/alext.h @@ -431,6 +431,11 @@ ALC_API ALCboolean ALC_APIENTRY alcResetDeviceSOFT(ALCdevice *device, const ALCi #endif #endif +#ifndef AL_SOFT_gain_clamp_ex +#define AL_SOFT_gain_clamp_ex 1 +#define AL_GAIN_LIMIT_SOFT 0x200E +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3