diff --git a/native/osx/openal-soft/include/AL/alext.h b/native/osx/openal-soft/include/AL/alext.h index 50ad10e..6af581a 100644 --- a/native/osx/openal-soft/include/AL/alext.h +++ b/native/osx/openal-soft/include/AL/alext.h @@ -431,23 +431,6 @@ 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 - -#ifndef AL_SOFT_source_resampler -#define AL_SOFT_source_resampler -#define AL_NUM_RESAMPLERS_SOFT 0x1210 -#define AL_DEFAULT_RESAMPLER_SOFT 0x1211 -#define AL_SOURCE_RESAMPLER_SOFT 0x1212 -#define AL_RESAMPLER_NAME_SOFT 0x1213 -typedef const ALchar* (AL_APIENTRY*LPALGETSTRINGISOFT)(ALenum pname, ALsizei index); -#ifdef AL_ALEXT_PROTOTYPES -AL_API const ALchar* AL_APIENTRY alGetStringiSOFT(ALenum pname, ALsizei index); -#endif -#endif - #ifdef __cplusplus } #endif diff --git a/native/osx/openal-soft/lib/libopenal.1.17.2.dylib b/native/osx/openal-soft/lib/libopenal.1.17.2.dylib index 008d8a8..aea767e 100755 Binary files a/native/osx/openal-soft/lib/libopenal.1.17.2.dylib and b/native/osx/openal-soft/lib/libopenal.1.17.2.dylib differ