Update OpenAL-soft to 1.21.1

This commit is contained in:
Miku AuahDark
2021-02-11 18:04:50 +08:00
parent 08f227997e
commit 904cc75ba8
358 changed files with 61122 additions and 60973 deletions
+5 -113
View File
@@ -2,21 +2,9 @@
#define AL_API ${EXPORT_DECL}
#define ALC_API ${EXPORT_DECL}
/* Define any available alignment declaration */
#define ALIGN(x) ${ALIGN_DECL}
/* Define a built-in call indicating an aligned data pointer */
#define ASSUME_ALIGNED(x, y) ${ASSUME_ALIGNED_DECL}
/* Define if HRTF data is embedded in the library */
#cmakedefine ALSOFT_EMBED_HRTF_DATA
/* Define if we have the sysconf function */
#cmakedefine HAVE_SYSCONF
/* Define if we have the C11 aligned_alloc function */
#cmakedefine HAVE_ALIGNED_ALLOC
/* Define if we have the posix_memalign function */
#cmakedefine HAVE_POSIX_MEMALIGN
@@ -50,9 +38,6 @@
/* Define if we have the SndIO backend */
#cmakedefine HAVE_SNDIO
/* Define if we have the QSA backend */
#cmakedefine HAVE_QSA
/* Define if we have the WASAPI backend */
#cmakedefine HAVE_WASAPI
@@ -77,75 +62,15 @@
/* Define if we have the OpenSL backend */
#cmakedefine HAVE_OPENSL
/* Define if we have the Oboe backend */
#cmakedefine HAVE_OBOE
/* Define if we have the Wave Writer backend */
#cmakedefine HAVE_WAVE
/* Define if we have the SDL2 backend */
#cmakedefine HAVE_SDL2
/* Define if we have the stat function */
#cmakedefine HAVE_STAT
/* Define if we have the lrintf function */
#cmakedefine HAVE_LRINTF
/* Define if we have the modff function */
#cmakedefine HAVE_MODFF
/* Define if we have the log2f function */
#cmakedefine HAVE_LOG2F
/* Define if we have the cbrtf function */
#cmakedefine HAVE_CBRTF
/* Define if we have the copysignf function */
#cmakedefine HAVE_COPYSIGNF
/* Define if we have the strtof function */
#cmakedefine HAVE_STRTOF
/* Define if we have the strnlen function */
#cmakedefine HAVE_STRNLEN
/* Define if we have the __int64 type */
#cmakedefine HAVE___INT64
/* Define to the size of a long int type */
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
/* Define to the size of a long long int type */
#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
/* Define if we have C99 _Bool support */
#cmakedefine HAVE_C99_BOOL
/* Define if we have C11 _Static_assert support */
#cmakedefine HAVE_C11_STATIC_ASSERT
/* Define if we have C11 _Alignas support */
#cmakedefine HAVE_C11_ALIGNAS
/* Define if we have C11 _Atomic support */
#cmakedefine HAVE_C11_ATOMIC
/* Define if we have GCC's destructor attribute */
#cmakedefine HAVE_GCC_DESTRUCTOR
/* Define if we have GCC's format attribute */
#cmakedefine HAVE_GCC_FORMAT
/* Define if we have stdint.h */
#cmakedefine HAVE_STDINT_H
/* Define if we have stdbool.h */
#cmakedefine HAVE_STDBOOL_H
/* Define if we have stdalign.h */
#cmakedefine HAVE_STDALIGN_H
/* Define if we have windows.h */
#cmakedefine HAVE_WINDOWS_H
/* Define if we have dlfcn.h */
#cmakedefine HAVE_DLFCN_H
@@ -155,53 +80,26 @@
/* Define if we have malloc.h */
#cmakedefine HAVE_MALLOC_H
/* Define if we have dirent.h */
#cmakedefine HAVE_DIRENT_H
/* Define if we have strings.h */
#cmakedefine HAVE_STRINGS_H
/* Define if we have cpuid.h */
#cmakedefine HAVE_CPUID_H
/* Define if we have intrin.h */
#cmakedefine HAVE_INTRIN_H
/* Define if we have sys/sysconf.h */
#cmakedefine HAVE_SYS_SYSCONF_H
/* Define if we have guiddef.h */
#cmakedefine HAVE_GUIDDEF_H
/* Define if we have initguid.h */
#cmakedefine HAVE_INITGUID_H
/* Define if we have ieeefp.h */
#cmakedefine HAVE_IEEEFP_H
/* Define if we have float.h */
#cmakedefine HAVE_FLOAT_H
/* Define if we have fenv.h */
#cmakedefine HAVE_FENV_H
/* Define if we have GCC's __get_cpuid() */
#cmakedefine HAVE_GCC_GET_CPUID
/* Define if we have the __cpuid() intrinsic */
#cmakedefine HAVE_CPUID_INTRINSIC
/* Define if we have the _BitScanForward64() intrinsic */
#cmakedefine HAVE_BITSCANFORWARD64_INTRINSIC
/* Define if we have the _BitScanForward() intrinsic */
#cmakedefine HAVE_BITSCANFORWARD_INTRINSIC
/* Define if we have _controlfp() */
#cmakedefine HAVE__CONTROLFP
/* Define if we have __control87_2() */
#cmakedefine HAVE___CONTROL87_2
/* Define if we have SSE intrinsics */
#cmakedefine HAVE_SSE_INTRINSICS
/* Define if we have pthread_setschedparam() */
#cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
@@ -217,9 +115,3 @@
/* Define if we have pthread_set_name_np() */
#cmakedefine HAVE_PTHREAD_SET_NAME_NP
/* Define if we have pthread_mutexattr_setkind_np() */
#cmakedefine HAVE_PTHREAD_MUTEXATTR_SETKIND_NP
/* Define if we have pthread_mutex_timedlock() */
#cmakedefine HAVE_PTHREAD_MUTEX_TIMEDLOCK