瀏覽代碼

Added OpenAL static library

Ray 9 年之前
父節點
當前提交
1c05017548
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/external/openal_soft/include/AL/alext.h
  2. 二進制
      src/external/openal_soft/lib/win32/libOpenAL32.a

+ 5 - 0
src/external/openal_soft/include/AL/alext.h

@@ -431,6 +431,11 @@ ALC_API ALCboolean ALC_APIENTRY alcResetDeviceSOFT(ALCdevice *device, const ALCi
 #endif
 #endif
 #endif
 #endif
 
 
+#ifndef AL_SOFT_gain_clamp_ex
+#define AL_SOFT_gain_clamp_ex 1
+#define AL_GAIN_LIMIT_SOFT                       0x200E
+#endif
+
 #ifdef __cplusplus
 #ifdef __cplusplus
 }
 }
 #endif
 #endif

二進制
src/external/openal_soft/lib/win32/libOpenAL32.a