Update OpenAL-soft to 1.23.1-bc7cb17.

This commit is contained in:
Miku AuahDark
2024-03-20 11:06:03 +08:00
parent 4a512be715
commit 73a6fc9196
294 changed files with 44342 additions and 40077 deletions
+9 -6
View File
@@ -1,15 +1,12 @@
/* Define the alignment attribute for externally callable functions. */
#define FORCE_ALIGN @ALSOFT_FORCE_ALIGN@
/* Define if deprecated EAX extensions are enabled */
#cmakedefine ALSOFT_EAX
/* Define if HRTF data is embedded in the library */
#cmakedefine ALSOFT_EMBED_HRTF_DATA
/* Define if we have the posix_memalign function */
#cmakedefine HAVE_POSIX_MEMALIGN
/* Define if we have the _aligned_malloc function */
#cmakedefine HAVE__ALIGNED_MALLOC
/* Define if we have the proc_pidpath function */
#cmakedefine HAVE_PROC_PIDPATH
@@ -114,3 +111,9 @@
/* Define if we have pthread_set_name_np() */
#cmakedefine HAVE_PTHREAD_SET_NAME_NP
/* Define the installation data directory */
#cmakedefine ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@"
/* Define whether build alsoft for winuwp */
#cmakedefine ALSOFT_UWP