[iortcw] 69/89: All: Update OpenAL Soft to 1.18.0

Simon McVittie smcv at debian.org
Fri Sep 8 10:44:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to tag 1.51b
in repository iortcw.

commit 99c49224877e3a4ad69b7f4a5e8d4eb2914d3532
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Sat Jul 22 11:15:37 2017 -0400

    All: Update OpenAL Soft to 1.18.0
---
 MP/code/AL/alext.h                  |  28 ++++++++++++++++++++++++++++
 MP/code/libs/macosx/libopenal.dylib | Bin 1625328 -> 2056112 bytes
 MP/code/libs/win32/OpenAL32.dll     | Bin 845045 -> 1316366 bytes
 MP/code/libs/win64/OpenAL64.dll     | Bin 980543 -> 1515026 bytes
 SP/code/AL/alext.h                  |  28 ++++++++++++++++++++++++++++
 SP/code/libs/macosx/libopenal.dylib | Bin 1625328 -> 2056112 bytes
 SP/code/libs/win32/OpenAL32.dll     | Bin 845045 -> 1316366 bytes
 SP/code/libs/win64/OpenAL64.dll     | Bin 980543 -> 1515026 bytes
 8 files changed, 56 insertions(+)

diff --git a/MP/code/AL/alext.h b/MP/code/AL/alext.h
index 6af581a..4b9a155 100644
--- a/MP/code/AL/alext.h
+++ b/MP/code/AL/alext.h
@@ -431,6 +431,34 @@ 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
+
+#ifndef AL_SOFT_source_spatialize
+#define AL_SOFT_source_spatialize
+#define AL_SOURCE_SPATIALIZE_SOFT                0x1214
+#define AL_AUTO_SOFT                             0x0002
+#endif
+
+#ifndef ALC_SOFT_output_limiter
+#define ALC_SOFT_output_limiter
+#define ALC_OUTPUT_LIMITER_SOFT                  0x199A
+#endif
+
 #ifdef __cplusplus
 }
 #endif
diff --git a/MP/code/libs/macosx/libopenal.dylib b/MP/code/libs/macosx/libopenal.dylib
index c1bb349..e147227 100755
Binary files a/MP/code/libs/macosx/libopenal.dylib and b/MP/code/libs/macosx/libopenal.dylib differ
diff --git a/MP/code/libs/win32/OpenAL32.dll b/MP/code/libs/win32/OpenAL32.dll
index 1e3bddd..da406b9 100755
Binary files a/MP/code/libs/win32/OpenAL32.dll and b/MP/code/libs/win32/OpenAL32.dll differ
diff --git a/MP/code/libs/win64/OpenAL64.dll b/MP/code/libs/win64/OpenAL64.dll
index e24538a..2886b09 100755
Binary files a/MP/code/libs/win64/OpenAL64.dll and b/MP/code/libs/win64/OpenAL64.dll differ
diff --git a/SP/code/AL/alext.h b/SP/code/AL/alext.h
index 6af581a..4b9a155 100644
--- a/SP/code/AL/alext.h
+++ b/SP/code/AL/alext.h
@@ -431,6 +431,34 @@ 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
+
+#ifndef AL_SOFT_source_spatialize
+#define AL_SOFT_source_spatialize
+#define AL_SOURCE_SPATIALIZE_SOFT                0x1214
+#define AL_AUTO_SOFT                             0x0002
+#endif
+
+#ifndef ALC_SOFT_output_limiter
+#define ALC_SOFT_output_limiter
+#define ALC_OUTPUT_LIMITER_SOFT                  0x199A
+#endif
+
 #ifdef __cplusplus
 }
 #endif
diff --git a/SP/code/libs/macosx/libopenal.dylib b/SP/code/libs/macosx/libopenal.dylib
index c1bb349..e147227 100755
Binary files a/SP/code/libs/macosx/libopenal.dylib and b/SP/code/libs/macosx/libopenal.dylib differ
diff --git a/SP/code/libs/win32/OpenAL32.dll b/SP/code/libs/win32/OpenAL32.dll
index 1e3bddd..da406b9 100755
Binary files a/SP/code/libs/win32/OpenAL32.dll and b/SP/code/libs/win32/OpenAL32.dll differ
diff --git a/SP/code/libs/win64/OpenAL64.dll b/SP/code/libs/win64/OpenAL64.dll
index e24538a..2886b09 100755
Binary files a/SP/code/libs/win64/OpenAL64.dll and b/SP/code/libs/win64/OpenAL64.dll differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list