Update to OpenAL 1.20.1.
OpenAL versions beyond 1.20 will require C++ 14 instead of 11, requiring an update to hxcpp. This update resolves https://github.com/kcat/openal-soft/pull/227
This commit is contained in:
5025
project/lib/overrides/openal/alc/hrtf_default.h
Normal file
5025
project/lib/overrides/openal/alc/hrtf_default.h
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -14,6 +14,9 @@
|
||||
/* Define a built-in call indicating an aligned data pointer */
|
||||
#define ASSUME_ALIGNED(x, y) x
|
||||
|
||||
/* Define a restrict macro for non-aliased pointers */
|
||||
#define RESTRICT __restrict
|
||||
|
||||
/* Define if HRTF data is embedded in the library */
|
||||
#define ALSOFT_EMBED_HRTF_DATA
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
/* Define a built-in call indicating an aligned data pointer */
|
||||
#define ASSUME_ALIGNED(x, y) x
|
||||
|
||||
/* Define a restrict macro for non-aliased pointers */
|
||||
#define RESTRICT __restrict
|
||||
|
||||
/* Define if HRTF data is embedded in the library */
|
||||
#define ALSOFT_EMBED_HRTF_DATA
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
/* Define a built-in call indicating an aligned data pointer */
|
||||
#define ASSUME_ALIGNED(x, y) x
|
||||
|
||||
/* Define a restrict macro for non-aliased pointers */
|
||||
#define RESTRICT __restrict
|
||||
|
||||
/* Define if HRTF data is embedded in the library */
|
||||
#define ALSOFT_EMBED_HRTF_DATA
|
||||
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
/* Define a built-in call indicating an aligned data pointer */
|
||||
#define ASSUME_ALIGNED(x, y) x
|
||||
|
||||
/* Define a restrict macro for non-aliased pointers */
|
||||
#define RESTRICT __restrict
|
||||
|
||||
/* Define if HRTF data is embedded in the library */
|
||||
#define ALSOFT_EMBED_HRTF_DATA
|
||||
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
/* Define a built-in call indicating an aligned data pointer */
|
||||
#define ASSUME_ALIGNED(x, y) x
|
||||
|
||||
/* Define a restrict macro for non-aliased pointers */
|
||||
#define RESTRICT __restrict
|
||||
|
||||
/* Define if HRTF data is embedded in the library */
|
||||
#define ALSOFT_EMBED_HRTF_DATA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user