diff options
| author | Ray <[email protected]> | 2016-10-15 13:51:33 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2016-10-15 13:51:33 +0200 |
| commit | 1c05017548ea21dd1a44c31e9fc80b8700891f11 (patch) | |
| tree | 9f5213dac656079e2163bc5d091200dc837672b8 /src/external | |
| parent | 9e285d8dc33a5a18eeb154c69b04de1c1358678d (diff) | |
| download | raylib-1c05017548ea21dd1a44c31e9fc80b8700891f11.tar.gz raylib-1c05017548ea21dd1a44c31e9fc80b8700891f11.zip | |
Added OpenAL static library
Diffstat (limited to 'src/external')
| -rw-r--r-- | src/external/openal_soft/include/AL/alext.h | 5 | ||||
| -rw-r--r-- | src/external/openal_soft/lib/win32/libOpenAL32.a | bin | 0 -> 2226842 bytes |
2 files changed, 5 insertions, 0 deletions
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 diff --git a/src/external/openal_soft/lib/win32/libOpenAL32.a b/src/external/openal_soft/lib/win32/libOpenAL32.a Binary files differnew file mode 100644 index 00000000..3c0df3c7 --- /dev/null +++ b/src/external/openal_soft/lib/win32/libOpenAL32.a |
