diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-07-23 13:25:25 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-07-23 13:25:25 +0200 |
commit | c1ab343f02ee04b807087f28b33b4ac279d0fda6 (patch) | |
tree | 9729e85e84c2fb5c0d96a31b44820ac5c73b34b9 /tools | |
parent | b13f4308534537fa4931199e7a3f5bf297efba82 (diff) |
RtAudio: Update to upstream version 4.1.2
The only differences we have with the upstream tarball are marked with
`// -GODOT-` comments for clarity. The changes we currently have are
just some defines for cross-platform configuration, and could likely be
moved to the SCons buildsystem (ideally in a sub-environment to avoid
having RtAudio-specific defines pollute the whole build log).
One change for WinRT was not kept, if it is needed it should ideally be
integrated upstream:
```
#if defined(__WINDOWS_DS__) || defined(__WINDOWS_ASIO__) || defined(__WINDOWS_WASAPI__)
-#ifdef WINRT_ENABLED
- #define MUTEX_INITIALIZE(A) InitializeCriticalSectionEx(A, 0, 0)
-#else
#define MUTEX_INITIALIZE(A) InitializeCriticalSection(A)
-#endif
```
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions