Skip to content

Commit

Permalink
Update to latest OpenAL Soft 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ACrazyTown committed Nov 19, 2024
1 parent dd2d512 commit 62ad384
Show file tree
Hide file tree
Showing 24 changed files with 431 additions and 484 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Define to 1 if the given backend is enabled, else 0 */

#define HAVE_ALSA 0

#define HAVE_OSS 0

#define HAVE_PIPEWIRE 0

#define HAVE_SOLARIS 0

#define HAVE_SNDIO 0

#define HAVE_WASAPI 0

#define HAVE_DSOUND 0

#define HAVE_WINMM 0

#define HAVE_PORTAUDIO 0

#define HAVE_PULSEAUDIO 0

#define HAVE_JACK 0

#define HAVE_COREAUDIO 0

#define HAVE_OPENSL 1

#define HAVE_OBOE 0

#define HAVE_OTHERIO 0

#define HAVE_WAVE 1

#define HAVE_SDL2 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Define to 1 if the given backend is enabled, else 0 */

#define HAVE_ALSA 1

#define HAVE_OSS 1

#define HAVE_PIPEWIRE 0

#define HAVE_SOLARIS 0

#define HAVE_SNDIO 0

#define HAVE_WASAPI 0

#define HAVE_DSOUND 0

#define HAVE_WINMM 0

#define HAVE_PORTAUDIO 0

#define HAVE_PULSEAUDIO 1

#define HAVE_JACK 0

#define HAVE_COREAUDIO 0

#define HAVE_OPENSL 0

#define HAVE_OBOE 0

#define HAVE_OTHERIO 0

#define HAVE_WAVE 1

#define HAVE_SDL2 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Define to 1 if the given backend is enabled, else 0 */

#define HAVE_ALSA 0

#define HAVE_OSS 0

#define HAVE_PIPEWIRE 0

#define HAVE_SOLARIS 0

#define HAVE_SNDIO 0

#define HAVE_WASAPI 0

#define HAVE_DSOUND 0

#define HAVE_WINMM 0

#define HAVE_PORTAUDIO 0

#define HAVE_PULSEAUDIO 0

#define HAVE_JACK 0

#define HAVE_COREAUDIO 1

#define HAVE_OPENSL 0

#define HAVE_OBOE 0

#define HAVE_OTHERIO 0

#define HAVE_WAVE 1

#define HAVE_SDL2 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Define to 1 if the given backend is enabled, else 0 */

#define HAVE_ALSA 0

#define HAVE_OSS 0

#define HAVE_PIPEWIRE 0

#define HAVE_SOLARIS 0

#define HAVE_SNDIO 0

#define HAVE_WASAPI 0

#define HAVE_DSOUND 0

#define HAVE_WINMM 0

#define HAVE_PORTAUDIO 0

#define HAVE_PULSEAUDIO 0

#define HAVE_JACK 0

#define HAVE_COREAUDIO 1

#define HAVE_OPENSL 0

#define HAVE_OBOE 0

#define HAVE_OTHERIO 0

#define HAVE_WAVE 1

#define HAVE_SDL2 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Define to 1 if the given backend is enabled, else 0 */

#define HAVE_ALSA 0

#define HAVE_OSS 0

#define HAVE_PIPEWIRE 0

#define HAVE_SOLARIS 0

#define HAVE_SNDIO 0

#define HAVE_WASAPI 1

#define HAVE_DSOUND 1

#define HAVE_WINMM 1

#define HAVE_PORTAUDIO 0

#define HAVE_PULSEAUDIO 0

#define HAVE_JACK 0

#define HAVE_COREAUDIO 0

#define HAVE_OPENSL 0

#define HAVE_OBOE 0

#define HAVE_OTHERIO 0

#define HAVE_WAVE 1

#define HAVE_SDL2 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Define to 1 if the given backend is enabled, else 0 */

#define HAVE_ALSA 0

#define HAVE_OSS 0

#define HAVE_PIPEWIRE 0

#define HAVE_SOLARIS 0

#define HAVE_SNDIO 0

#define HAVE_WASAPI 1

#define HAVE_DSOUND 0

#define HAVE_WINMM 1

#define HAVE_PORTAUDIO 0

#define HAVE_PULSEAUDIO 0

#define HAVE_JACK 0

#define HAVE_COREAUDIO 0

#define HAVE_OPENSL 0

#define HAVE_OBOE 0

#define HAVE_OTHERIO 0

#define HAVE_WAVE 1

#define HAVE_SDL2 0
88 changes: 14 additions & 74 deletions project/lib/custom/openal/include/config-android.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,76 +8,13 @@
#define ALSOFT_EMBED_HRTF_DATA

/* Define if we have the proc_pidpath function */
/* #undef HAVE_PROC_PIDPATH */

/* Define if we have DBus/RTKit */
/* #undef HAVE_RTKIT */

/* 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 PipeWire backend */
/* #undef HAVE_PIPEWIRE */

/* 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 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 */
#define HAVE_OPENSL

/* Define if we have the Oboe backend */
/* #undef HAVE_OBOE */

/* Define if we have the OtherIO backend */
/* #undef HAVE_OTHERIO */

/* Define if we have the Wave Writer backend */
#define HAVE_WAVE

/* Define if we have the SDL2 backend */
/* #undef HAVE_SDL2 */
/* #define HAVE_PROC_PIDPATH */

/* Define if we have dlfcn.h */
#define HAVE_DLFCN_H

/* Define if we have pthread_np.h */
/* #undef HAVE_PTHREAD_NP_H */
/* #define HAVE_PTHREAD_NP_H */

/* Define if we have cpuid.h */
/* #define HAVE_CPUID_H */
Expand All @@ -89,25 +26,28 @@
/* #define HAVE_GUIDDEF_H */

/* Define if we have GCC's __get_cpuid() */
/* #undef HAVE_GCC_GET_CPUID */
/* #define HAVE_GCC_GET_CPUID */

/* Define if we have the __cpuid() intrinsic */
/* #define HAVE_CPUID_INTRINSIC */

/* Define if we have SSE intrinsics */
/* #define HAVE_SSE_INTRINSICS */

/* Define if we have pthread_setschedparam() */
#define HAVE_PTHREAD_SETSCHEDPARAM

/* Define if we have pthread_setname_np() */
/* #undef HAVE_PTHREAD_SETNAME_NP */
/* #define HAVE_PTHREAD_SETNAME_NP */

/* Define if we have pthread_set_name_np() */
/* #undef HAVE_PTHREAD_SET_NAME_NP */
/* #define HAVE_PTHREAD_SET_NAME_NP */

/* Define the installation data directory */
/* #undef ALSOFT_INSTALL_DATADIR */
/* #define ALSOFT_INSTALL_DATADIR */

/* Define to 1 if we have DBus/RTKit, else 0 */
#define HAVE_RTKIT 0

/* Define to 1 if building for winuwp, else 0 */
#define ALSOFT_UWP 0

/* Define whether build alsoft for winuwp */
/* #undef ALSOFT_UWP */
/* Define to 1 if building with legacy EAX API support, else 0 */
#define ALSOFT_EAX 0
Loading

0 comments on commit 62ad384

Please sign in to comment.