Rename "overrides" to "custom."
This helps shift the emphasis from "replacing existing files" to "adding missing files," without ruling either option out.
This commit is contained in:
5025
project/lib/custom/openal/alc/hrtf_default.h
Normal file
5025
project/lib/custom/openal/alc/hrtf_default.h
Normal file
File diff suppressed because it is too large
Load Diff
5166
project/lib/custom/openal/build/bsinc_inc.h
Normal file
5166
project/lib/custom/openal/build/bsinc_inc.h
Normal file
File diff suppressed because it is too large
Load Diff
5025
project/lib/custom/openal/build/default-44100.mhr.h
Normal file
5025
project/lib/custom/openal/build/default-44100.mhr.h
Normal file
File diff suppressed because it is too large
Load Diff
5025
project/lib/custom/openal/build/default-48000.mhr.h
Normal file
5025
project/lib/custom/openal/build/default-48000.mhr.h
Normal file
File diff suppressed because it is too large
Load Diff
8
project/lib/custom/openal/build/version.h
Normal file
8
project/lib/custom/openal/build/version.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Define to the library version */
|
||||
#define ALSOFT_VERSION "1.19.0"
|
||||
|
||||
/* Define the branch being built */
|
||||
#define ALSOFT_GIT_BRANCH "master"
|
||||
|
||||
/* Define the hash of the head commit */
|
||||
#define ALSOFT_GIT_COMMIT_HASH "96aacac"
|
||||
141
project/lib/custom/openal/include/config-android.h
Normal file
141
project/lib/custom/openal/include/config-android.h
Normal file
@@ -0,0 +1,141 @@
|
||||
/* API declaration export attribute */
|
||||
#define AL_API __attribute__((visibility("protected")))
|
||||
#define ALC_API __attribute__((visibility("protected")))
|
||||
|
||||
/* 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
|
||||
|
||||
/* Define if we have the C11 aligned_alloc function */
|
||||
/* #undef HAVE_ALIGNED_ALLOC */
|
||||
|
||||
/* Define if we have the posix_memalign function */
|
||||
/* #undef HAVE_POSIX_MEMALIGN */
|
||||
|
||||
/* Define if we have the _aligned_malloc function */
|
||||
/* #undef HAVE__ALIGNED_MALLOC */
|
||||
|
||||
/* Define if we have the proc_pidpath function */
|
||||
/* #undef HAVE_PROC_PIDPATH */
|
||||
|
||||
/* Define if we have the getopt function */
|
||||
/* #undef HAVE_GETOPT */
|
||||
|
||||
/* Define if we have SSE CPU extensions */
|
||||
/* #undef HAVE_SSE */
|
||||
/* #undef HAVE_SSE2 */
|
||||
/* #undef HAVE_SSE3 */
|
||||
/* #undef HAVE_SSE4_1 */
|
||||
|
||||
/* Define if we have ARM Neon CPU extensions */
|
||||
/* #undef HAVE_NEON */
|
||||
|
||||
/* Define if we have the ALSA backend */
|
||||
/* #undef HAVE_ALSA */
|
||||
|
||||
/* Define if we have the OSS backend */
|
||||
/* #undef HAVE_OSS */
|
||||
|
||||
/* Define if we have the Solaris backend */
|
||||
/* #undef HAVE_SOLARIS */
|
||||
|
||||
/* Define if we have the SndIO backend */
|
||||
/* #undef HAVE_SNDIO */
|
||||
|
||||
/* Define if we have the QSA backend */
|
||||
/* #undef HAVE_QSA */
|
||||
|
||||
/* Define if we have the WASAPI backend */
|
||||
/* #undef HAVE_WASAPI */
|
||||
|
||||
/* Define if we have the DSound backend */
|
||||
/* #undef HAVE_DSOUND */
|
||||
|
||||
/* Define if we have the Windows Multimedia backend */
|
||||
/* #undef HAVE_WINMM */
|
||||
|
||||
/* Define if we have the PortAudio backend */
|
||||
/* #undef HAVE_PORTAUDIO */
|
||||
|
||||
/* Define if we have the PulseAudio backend */
|
||||
/* #undef HAVE_PULSEAUDIO */
|
||||
|
||||
/* Define if we have the JACK backend */
|
||||
/* #undef HAVE_JACK */
|
||||
|
||||
/* Define if we have the CoreAudio backend */
|
||||
/* #undef HAVE_COREAUDIO */
|
||||
|
||||
/* Define if we have the OpenSL backend */
|
||||
#define HAVE_OPENSL
|
||||
|
||||
/* Define if we have the Wave Writer backend */
|
||||
#define HAVE_WAVE
|
||||
|
||||
/* Define if we have the SDL2 backend */
|
||||
/* #undef HAVE_SDL2 */
|
||||
|
||||
/* Define if we have the stat function */
|
||||
#define HAVE_STAT
|
||||
|
||||
/* Define to the size of a long int type */
|
||||
#define SIZEOF_LONG 4
|
||||
|
||||
/* Define if we have GCC's format attribute */
|
||||
#define HAVE_GCC_FORMAT
|
||||
|
||||
/* Define if we have dlfcn.h */
|
||||
#define HAVE_DLFCN_H
|
||||
|
||||
/* Define if we have pthread_np.h */
|
||||
/* #undef HAVE_PTHREAD_NP_H */
|
||||
|
||||
/* Define if we have malloc.h */
|
||||
#define HAVE_MALLOC_H
|
||||
|
||||
/* Define if we have dirent.h */
|
||||
#define HAVE_DIRENT_H
|
||||
|
||||
/* Define if we have cpuid.h */
|
||||
/* #undef HAVE_CPUID_H */
|
||||
|
||||
/* Define if we have intrin.h */
|
||||
/* #undef HAVE_INTRIN_H */
|
||||
|
||||
/* Define if we have sys/sysconf.h */
|
||||
#define HAVE_SYS_SYSCONF_H
|
||||
|
||||
/* Define if we have guiddef.h */
|
||||
/* #undef HAVE_GUIDDEF_H */
|
||||
|
||||
/* Define if we have initguid.h */
|
||||
/* #undef HAVE_INITGUID_H */
|
||||
|
||||
/* Define if we have GCC's __get_cpuid() */
|
||||
/* #undef HAVE_GCC_GET_CPUID */
|
||||
|
||||
/* Define if we have the __cpuid() intrinsic */
|
||||
/* #undef HAVE_CPUID_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward64() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD64_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD_INTRINSIC */
|
||||
|
||||
/* Define if we have pthread_setschedparam() */
|
||||
#define HAVE_PTHREAD_SETSCHEDPARAM
|
||||
|
||||
/* Define if we have pthread_setname_np() */
|
||||
/* #undef HAVE_PTHREAD_SETNAME_NP */
|
||||
|
||||
/* Define if pthread_setname_np() only accepts one parameter */
|
||||
/* #undef PTHREAD_SETNAME_NP_ONE_PARAM */
|
||||
|
||||
/* Define if pthread_setname_np() accepts three parameters */
|
||||
/* #undef PTHREAD_SETNAME_NP_THREE_PARAMS */
|
||||
|
||||
/* Define if we have pthread_set_name_np() */
|
||||
/* #undef HAVE_PTHREAD_SET_NAME_NP */
|
||||
147
project/lib/custom/openal/include/config-linux-x86_64.h
Normal file
147
project/lib/custom/openal/include/config-linux-x86_64.h
Normal file
@@ -0,0 +1,147 @@
|
||||
/* API declaration export attribute */
|
||||
#define AL_API __attribute__((visibility("protected")))
|
||||
#define ALC_API __attribute__((visibility("protected")))
|
||||
|
||||
/* Define any available alignment declaration */
|
||||
#define ALIGN(x) __attribute__((aligned(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
|
||||
|
||||
/* Define if we have the posix_memalign function */
|
||||
#define HAVE_POSIX_MEMALIGN
|
||||
|
||||
/* Define if we have the _aligned_malloc function */
|
||||
/* #undef HAVE__ALIGNED_MALLOC */
|
||||
|
||||
/* Define if we have the proc_pidpath function */
|
||||
/* #undef HAVE_PROC_PIDPATH */
|
||||
|
||||
/* Define if we have the getopt function */
|
||||
/* #undef HAVE_GETOPT */
|
||||
|
||||
/* Define if we have SSE CPU extensions */
|
||||
#ifndef RASPBERRYPI
|
||||
#define HAVE_SSE
|
||||
#define HAVE_SSE2
|
||||
#define HAVE_SSE3
|
||||
/* #undef HAVE_SSE4_1 */
|
||||
#endif
|
||||
|
||||
/* Define if we have ARM Neon CPU extensions */
|
||||
#ifdef RASPBERRYPI
|
||||
#define HAVE_NEON
|
||||
#endif
|
||||
|
||||
/* Define if we have the ALSA backend */
|
||||
#define HAVE_ALSA
|
||||
|
||||
/* Define if we have the OSS backend */
|
||||
#define HAVE_OSS
|
||||
|
||||
/* Define if we have the Solaris backend */
|
||||
/* #undef HAVE_SOLARIS */
|
||||
|
||||
/* Define if we have the SndIO backend */
|
||||
/* #undef HAVE_SNDIO */
|
||||
|
||||
/* Define if we have the QSA backend */
|
||||
/* #undef HAVE_QSA */
|
||||
|
||||
/* Define if we have the WASAPI backend */
|
||||
/* #undef HAVE_WASAPI */
|
||||
|
||||
/* Define if we have the DSound backend */
|
||||
/* #undef HAVE_DSOUND */
|
||||
|
||||
/* Define if we have the Windows Multimedia backend */
|
||||
/* #undef HAVE_WINMM */
|
||||
|
||||
/* Define if we have the PortAudio backend */
|
||||
/* #undef HAVE_PORTAUDIO */
|
||||
|
||||
/* Define if we have the PulseAudio backend */
|
||||
#define HAVE_PULSEAUDIO
|
||||
|
||||
/* Define if we have the JACK backend */
|
||||
/* #undef HAVE_JACK */
|
||||
|
||||
/* Define if we have the CoreAudio backend */
|
||||
/* #undef HAVE_COREAUDIO */
|
||||
|
||||
/* Define if we have the OpenSL backend */
|
||||
/* #undef HAVE_OPENSL */
|
||||
|
||||
/* Define if we have the Wave Writer backend */
|
||||
#define HAVE_WAVE
|
||||
|
||||
/* Define if we have the SDL2 backend */
|
||||
/* #undef HAVE_SDL2 */
|
||||
|
||||
/* Define if we have the stat function */
|
||||
#define HAVE_STAT
|
||||
|
||||
/* Define to the size of a long int type */
|
||||
#define SIZEOF_LONG 8
|
||||
|
||||
/* Define if we have GCC's format attribute */
|
||||
#define HAVE_GCC_FORMAT
|
||||
|
||||
/* Define if we have dlfcn.h */
|
||||
#define HAVE_DLFCN_H
|
||||
|
||||
/* Define if we have pthread_np.h */
|
||||
/* #undef HAVE_PTHREAD_NP_H */
|
||||
|
||||
/* Define if we have malloc.h */
|
||||
#define HAVE_MALLOC_H
|
||||
|
||||
/* Define if we have dirent.h */
|
||||
#define HAVE_DIRENT_H
|
||||
|
||||
/* Define if we have cpuid.h */
|
||||
#ifndef RASPBERRYPI
|
||||
#define HAVE_CPUID_H
|
||||
#endif
|
||||
|
||||
/* Define if we have intrin.h */
|
||||
/* #undef HAVE_INTRIN_H */
|
||||
|
||||
/* Define if we have sys/sysconf.h */
|
||||
/* #undef HAVE_SYS_SYSCONF_H */
|
||||
|
||||
/* Define if we have guiddef.h */
|
||||
/* #undef HAVE_GUIDDEF_H */
|
||||
|
||||
/* Define if we have initguid.h */
|
||||
/* #undef HAVE_INITGUID_H */
|
||||
|
||||
/* Define if we have GCC's __get_cpuid() */
|
||||
#define HAVE_GCC_GET_CPUID
|
||||
|
||||
/* Define if we have the __cpuid() intrinsic */
|
||||
/* #undef HAVE_CPUID_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward64() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD64_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD_INTRINSIC */
|
||||
|
||||
/* Define if we have pthread_setschedparam() */
|
||||
#define HAVE_PTHREAD_SETSCHEDPARAM
|
||||
|
||||
/* Define if we have pthread_setname_np() */
|
||||
/* #undef HAVE_PTHREAD_SETNAME_NP */
|
||||
|
||||
/* Define if pthread_setname_np() only accepts one parameter */
|
||||
/* #undef PTHREAD_SETNAME_NP_ONE_PARAM */
|
||||
|
||||
/* Define if pthread_setname_np() accepts three parameters */
|
||||
/* #undef PTHREAD_SETNAME_NP_THREE_PARAMS */
|
||||
|
||||
/* Define if we have pthread_set_name_np() */
|
||||
/* #undef HAVE_PTHREAD_SET_NAME_NP */
|
||||
141
project/lib/custom/openal/include/config-macos-x86_64.h
Normal file
141
project/lib/custom/openal/include/config-macos-x86_64.h
Normal file
@@ -0,0 +1,141 @@
|
||||
/* API declaration export attribute */
|
||||
#define AL_API __attribute__((visibility("default")))
|
||||
#define ALC_API __attribute__((visibility("default")))
|
||||
|
||||
/* 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
|
||||
|
||||
/* Define if we have the C11 aligned_alloc function */
|
||||
/* #undef HAVE_ALIGNED_ALLOC */
|
||||
|
||||
/* Define if we have the posix_memalign function */
|
||||
#define HAVE_POSIX_MEMALIGN
|
||||
|
||||
/* Define if we have the _aligned_malloc function */
|
||||
/* #undef HAVE__ALIGNED_MALLOC */
|
||||
|
||||
/* Define if we have the proc_pidpath function */
|
||||
/* #undef HAVE_PROC_PIDPATH */
|
||||
|
||||
/* Define if we have the getopt function */
|
||||
/* #undef HAVE_GETOPT */
|
||||
|
||||
/* Define if we have SSE CPU extensions */
|
||||
#define HAVE_SSE
|
||||
#define HAVE_SSE2
|
||||
#define HAVE_SSE3
|
||||
/* #undef HAVE_SSE4_1 */
|
||||
|
||||
/* Define if we have ARM Neon CPU extensions */
|
||||
/* #undef HAVE_NEON */
|
||||
|
||||
/* Define if we have the ALSA backend */
|
||||
/* #undef HAVE_ALSA */
|
||||
|
||||
/* Define if we have the OSS backend */
|
||||
/* #undef HAVE_OSS */
|
||||
|
||||
/* Define if we have the Solaris backend */
|
||||
/* #undef HAVE_SOLARIS */
|
||||
|
||||
/* Define if we have the SndIO backend */
|
||||
/* #undef HAVE_SNDIO */
|
||||
|
||||
/* Define if we have the QSA backend */
|
||||
/* #undef HAVE_QSA */
|
||||
|
||||
/* Define if we have the WASAPI backend */
|
||||
/* #undef HAVE_WASAPI */
|
||||
|
||||
/* Define if we have the DSound backend */
|
||||
/* #undef HAVE_DSOUND */
|
||||
|
||||
/* Define if we have the Windows Multimedia backend */
|
||||
/* #undef HAVE_WINMM */
|
||||
|
||||
/* Define if we have the PortAudio backend */
|
||||
/* #undef HAVE_PORTAUDIO */
|
||||
|
||||
/* Define if we have the PulseAudio backend */
|
||||
/* #undef HAVE_PULSEAUDIO */
|
||||
|
||||
/* Define if we have the JACK backend */
|
||||
/* #undef HAVE_JACK */
|
||||
|
||||
/* Define if we have the CoreAudio backend */
|
||||
#define HAVE_COREAUDIO
|
||||
|
||||
/* Define if we have the OpenSL backend */
|
||||
/* #undef HAVE_OPENSL */
|
||||
|
||||
/* Define if we have the Wave Writer backend */
|
||||
#define HAVE_WAVE
|
||||
|
||||
/* Define if we have the SDL2 backend */
|
||||
/* #undef HAVE_SDL2 */
|
||||
|
||||
/* Define if we have the stat function */
|
||||
#define HAVE_STAT
|
||||
|
||||
/* Define to the size of a long int type */
|
||||
#define SIZEOF_LONG 8
|
||||
|
||||
/* Define if we have GCC's format attribute */
|
||||
#define HAVE_GCC_FORMAT
|
||||
|
||||
/* Define if we have dlfcn.h */
|
||||
#define HAVE_DLFCN_H
|
||||
|
||||
/* Define if we have pthread_np.h */
|
||||
/* #undef HAVE_PTHREAD_NP_H */
|
||||
|
||||
/* Define if we have malloc.h */
|
||||
/* #undef HAVE_MALLOC_H */
|
||||
|
||||
/* Define if we have dirent.h */
|
||||
#define HAVE_DIRENT_H
|
||||
|
||||
/* Define if we have cpuid.h */
|
||||
#define HAVE_CPUID_H
|
||||
|
||||
/* Define if we have intrin.h */
|
||||
/* #undef HAVE_INTRIN_H */
|
||||
|
||||
/* Define if we have sys/sysconf.h */
|
||||
/* #undef HAVE_SYS_SYSCONF_H */
|
||||
|
||||
/* Define if we have guiddef.h */
|
||||
/* #undef HAVE_GUIDDEF_H */
|
||||
|
||||
/* Define if we have initguid.h */
|
||||
/* #undef HAVE_INITGUID_H */
|
||||
|
||||
/* Define if we have GCC's __get_cpuid() */
|
||||
#define HAVE_GCC_GET_CPUID
|
||||
|
||||
/* Define if we have the __cpuid() intrinsic */
|
||||
/* #undef HAVE_CPUID_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward64() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD64_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD_INTRINSIC */
|
||||
|
||||
/* Define if we have pthread_setschedparam() */
|
||||
#define HAVE_PTHREAD_SETSCHEDPARAM
|
||||
|
||||
/* Define if we have pthread_setname_np() */
|
||||
/* #undef HAVE_PTHREAD_SETNAME_NP */
|
||||
|
||||
/* Define if pthread_setname_np() only accepts one parameter */
|
||||
/* #undef PTHREAD_SETNAME_NP_ONE_PARAM */
|
||||
|
||||
/* Define if pthread_setname_np() accepts three parameters */
|
||||
/* #undef PTHREAD_SETNAME_NP_THREE_PARAMS */
|
||||
|
||||
/* Define if we have pthread_set_name_np() */
|
||||
/* #undef HAVE_PTHREAD_SET_NAME_NP */
|
||||
153
project/lib/custom/openal/include/config-windows-x86.h
Normal file
153
project/lib/custom/openal/include/config-windows-x86.h
Normal file
@@ -0,0 +1,153 @@
|
||||
/* API declaration export attribute */
|
||||
#define AL_API __declspec(dllexport)
|
||||
#define ALC_API __declspec(dllexport)
|
||||
|
||||
// #ifndef inline
|
||||
// #define inline __inline
|
||||
// #endif
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER <1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#ifndef isfinite
|
||||
#include <float.h>
|
||||
#define isfinite _finite
|
||||
#endif
|
||||
|
||||
/* 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
|
||||
|
||||
/* Define if we have the posix_memalign function */
|
||||
/* #undef HAVE_POSIX_MEMALIGN */
|
||||
|
||||
/* Define if we have the _aligned_malloc function */
|
||||
#define HAVE__ALIGNED_MALLOC
|
||||
|
||||
/* Define if we have the proc_pidpath function */
|
||||
/* #undef HAVE_PROC_PIDPATH */
|
||||
|
||||
/* Define if we have the getopt function */
|
||||
/* #undef HAVE_GETOPT */
|
||||
|
||||
/* Define if we have SSE CPU extensions */
|
||||
#define HAVE_SSE
|
||||
#define HAVE_SSE2
|
||||
/* #undef HAVE_SSE3 */
|
||||
/* #undef HAVE_SSE4_1 */
|
||||
|
||||
/* Define if we have ARM Neon CPU extensions */
|
||||
/* #undef HAVE_NEON */
|
||||
|
||||
/* Define if we have the ALSA backend */
|
||||
/* #undef HAVE_ALSA */
|
||||
|
||||
/* Define if we have the OSS backend */
|
||||
/* #undef HAVE_OSS */
|
||||
|
||||
/* Define if we have the Solaris backend */
|
||||
/* #undef HAVE_SOLARIS */
|
||||
|
||||
/* Define if we have the SndIO backend */
|
||||
/* #undef HAVE_SNDIO */
|
||||
|
||||
/* Define if we have the QSA backend */
|
||||
/* #undef HAVE_QSA */
|
||||
|
||||
/* Define if we have the WASAPI backend */
|
||||
#define HAVE_WASAPI
|
||||
|
||||
/* Define if we have the DSound backend */
|
||||
#define HAVE_DSOUND
|
||||
|
||||
/* Define if we have the Windows Multimedia backend */
|
||||
#define HAVE_WINMM
|
||||
|
||||
/* Define if we have the PortAudio backend */
|
||||
/* #undef HAVE_PORTAUDIO */
|
||||
|
||||
/* Define if we have the PulseAudio backend */
|
||||
/* #undef HAVE_PULSEAUDIO */
|
||||
|
||||
/* Define if we have the JACK backend */
|
||||
/* #undef HAVE_JACK */
|
||||
|
||||
/* Define if we have the CoreAudio backend */
|
||||
/* #undef HAVE_COREAUDIO */
|
||||
|
||||
/* Define if we have the OpenSL backend */
|
||||
/* #undef HAVE_OPENSL */
|
||||
|
||||
/* Define if we have the Wave Writer backend */
|
||||
#define HAVE_WAVE
|
||||
|
||||
/* Define if we have the SDL2 backend */
|
||||
/* #undef HAVE_SDL2 */
|
||||
|
||||
/* Define if we have the stat function */
|
||||
#define HAVE_STAT
|
||||
|
||||
/* Define to the size of a long int type */
|
||||
#define SIZEOF_LONG 4
|
||||
|
||||
/* Define if we have GCC's format attribute */
|
||||
/* #undef HAVE_GCC_FORMAT */
|
||||
|
||||
/* Define if we have dlfcn.h */
|
||||
/* #undef HAVE_DLFCN_H */
|
||||
|
||||
/* Define if we have pthread_np.h */
|
||||
/* #undef HAVE_PTHREAD_NP_H */
|
||||
|
||||
/* Define if we have malloc.h */
|
||||
#define HAVE_MALLOC_H
|
||||
|
||||
/* Define if we have dirent.h */
|
||||
/* #undef HAVE_DIRENT_H */
|
||||
|
||||
/* Define if we have cpuid.h */
|
||||
/* #undef HAVE_CPUID_H */
|
||||
|
||||
/* Define if we have intrin.h */
|
||||
#define HAVE_INTRIN_H
|
||||
|
||||
/* Define if we have sys/sysconf.h */
|
||||
/* #undef HAVE_SYS_SYSCONF_H */
|
||||
|
||||
/* Define if we have guiddef.h */
|
||||
#define HAVE_GUIDDEF_H
|
||||
|
||||
/* Define if we have initguid.h */
|
||||
/* #undef HAVE_INITGUID_H */
|
||||
|
||||
/* Define if we have GCC's __get_cpuid() */
|
||||
/* #undef HAVE_GCC_GET_CPUID */
|
||||
|
||||
/* Define if we have the __cpuid() intrinsic */
|
||||
#define HAVE_CPUID_INTRINSIC
|
||||
|
||||
/* Define if we have the _BitScanForward64() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD64_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward() intrinsic */
|
||||
#define HAVE_BITSCANFORWARD_INTRINSIC
|
||||
|
||||
/* Define if we have pthread_setschedparam() */
|
||||
/* #undef HAVE_PTHREAD_SETSCHEDPARAM */
|
||||
|
||||
/* Define if we have pthread_setname_np() */
|
||||
/* #undef HAVE_PTHREAD_SETNAME_NP */
|
||||
|
||||
/* Define if pthread_setname_np() only accepts one parameter */
|
||||
/* #undef PTHREAD_SETNAME_NP_ONE_PARAM */
|
||||
|
||||
/* Define if pthread_setname_np() accepts three parameters */
|
||||
/* #undef PTHREAD_SETNAME_NP_THREE_PARAMS */
|
||||
|
||||
/* Define if we have pthread_set_name_np() */
|
||||
/* #undef HAVE_PTHREAD_SET_NAME_NP */
|
||||
138
project/lib/custom/openal/include/config-windows-x86_64.h
Normal file
138
project/lib/custom/openal/include/config-windows-x86_64.h
Normal file
@@ -0,0 +1,138 @@
|
||||
/* API declaration export attribute */
|
||||
#define AL_API __declspec(dllexport)
|
||||
#define ALC_API __declspec(dllexport)
|
||||
|
||||
/* 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
|
||||
|
||||
/* Define if we have the posix_memalign function */
|
||||
/* #undef HAVE_POSIX_MEMALIGN */
|
||||
|
||||
/* Define if we have the _aligned_malloc function */
|
||||
#define HAVE__ALIGNED_MALLOC
|
||||
|
||||
/* Define if we have the proc_pidpath function */
|
||||
/* #undef HAVE_PROC_PIDPATH */
|
||||
|
||||
/* Define if we have the getopt function */
|
||||
/* #undef HAVE_GETOPT */
|
||||
|
||||
/* Define if we have SSE CPU extensions */
|
||||
#define HAVE_SSE
|
||||
#define HAVE_SSE2
|
||||
/* #undef HAVE_SSE3 */
|
||||
/* #undef HAVE_SSE4_1 */
|
||||
|
||||
/* Define if we have ARM Neon CPU extensions */
|
||||
/* #undef HAVE_NEON */
|
||||
|
||||
/* Define if we have the ALSA backend */
|
||||
/* #undef HAVE_ALSA */
|
||||
|
||||
/* Define if we have the OSS backend */
|
||||
/* #undef HAVE_OSS */
|
||||
|
||||
/* Define if we have the Solaris backend */
|
||||
/* #undef HAVE_SOLARIS */
|
||||
|
||||
/* Define if we have the SndIO backend */
|
||||
/* #undef HAVE_SNDIO */
|
||||
|
||||
/* Define if we have the QSA backend */
|
||||
/* #undef HAVE_QSA */
|
||||
|
||||
/* Define if we have the WASAPI backend */
|
||||
#define HAVE_WASAPI
|
||||
|
||||
/* Define if we have the DSound backend */
|
||||
/* #undef HAVE_DSOUND */
|
||||
|
||||
/* Define if we have the Windows Multimedia backend */
|
||||
#define HAVE_WINMM
|
||||
|
||||
/* Define if we have the PortAudio backend */
|
||||
/* #undef HAVE_PORTAUDIO */
|
||||
|
||||
/* Define if we have the PulseAudio backend */
|
||||
/* #undef HAVE_PULSEAUDIO */
|
||||
|
||||
/* Define if we have the JACK backend */
|
||||
/* #undef HAVE_JACK */
|
||||
|
||||
/* Define if we have the CoreAudio backend */
|
||||
/* #undef HAVE_COREAUDIO */
|
||||
|
||||
/* Define if we have the OpenSL backend */
|
||||
/* #undef HAVE_OPENSL */
|
||||
|
||||
/* Define if we have the Wave Writer backend */
|
||||
#define HAVE_WAVE
|
||||
|
||||
/* Define if we have the SDL2 backend */
|
||||
/* #undef HAVE_SDL2 */
|
||||
|
||||
/* Define if we have the stat function */
|
||||
#define HAVE_STAT
|
||||
|
||||
/* Define to the size of a long int type */
|
||||
#define SIZEOF_LONG 4
|
||||
|
||||
/* Define if we have GCC's format attribute */
|
||||
/* #undef HAVE_GCC_FORMAT */
|
||||
|
||||
/* Define if we have dlfcn.h */
|
||||
/* #undef HAVE_DLFCN_H */
|
||||
|
||||
/* Define if we have pthread_np.h */
|
||||
/* #undef HAVE_PTHREAD_NP_H */
|
||||
|
||||
/* Define if we have malloc.h */
|
||||
#define HAVE_MALLOC_H
|
||||
|
||||
/* Define if we have dirent.h */
|
||||
/* #undef HAVE_DIRENT_H */
|
||||
|
||||
/* Define if we have cpuid.h */
|
||||
/* #undef HAVE_CPUID_H */
|
||||
|
||||
/* Define if we have intrin.h */
|
||||
#define HAVE_INTRIN_H
|
||||
|
||||
/* Define if we have sys/sysconf.h */
|
||||
/* #undef HAVE_SYS_SYSCONF_H */
|
||||
|
||||
/* Define if we have guiddef.h */
|
||||
#define HAVE_GUIDDEF_H
|
||||
|
||||
/* Define if we have initguid.h */
|
||||
/* #undef HAVE_INITGUID_H */
|
||||
|
||||
/* Define if we have GCC's __get_cpuid() */
|
||||
/* #undef HAVE_GCC_GET_CPUID */
|
||||
|
||||
/* Define if we have the __cpuid() intrinsic */
|
||||
#define HAVE_CPUID_INTRINSIC
|
||||
|
||||
/* Define if we have the _BitScanForward64() intrinsic */
|
||||
/* #undef HAVE_BITSCANFORWARD64_INTRINSIC */
|
||||
|
||||
/* Define if we have the _BitScanForward() intrinsic */
|
||||
#define HAVE_BITSCANFORWARD_INTRINSIC
|
||||
|
||||
/* Define if we have pthread_setschedparam() */
|
||||
/* #undef HAVE_PTHREAD_SETSCHEDPARAM */
|
||||
|
||||
/* Define if we have pthread_setname_np() */
|
||||
/* #undef HAVE_PTHREAD_SETNAME_NP */
|
||||
|
||||
/* Define if pthread_setname_np() only accepts one parameter */
|
||||
/* #undef PTHREAD_SETNAME_NP_ONE_PARAM */
|
||||
|
||||
/* Define if pthread_setname_np() accepts three parameters */
|
||||
/* #undef PTHREAD_SETNAME_NP_THREE_PARAMS */
|
||||
|
||||
/* Define if we have pthread_set_name_np() */
|
||||
/* #undef HAVE_PTHREAD_SET_NAME_NP */
|
||||
21
project/lib/custom/openal/include/config.h
Normal file
21
project/lib/custom/openal/include/config.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifdef HX_MACOS
|
||||
|
||||
#include "config-macos-x86_64.h"
|
||||
|
||||
#elif defined(HX_WINDOWS)
|
||||
|
||||
#ifdef HXCPP_M64
|
||||
#include "config-windows-x86_64.h"
|
||||
#else
|
||||
#include "config-windows-x86.h"
|
||||
#endif
|
||||
|
||||
#elif defined(HX_LINUX)
|
||||
|
||||
#include "config-linux-x86_64.h"
|
||||
|
||||
#elif defined (HX_ANDROID)
|
||||
|
||||
#include "config-android.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user