Added missing changes to the OpenAL-Soft update.

This commit is contained in:
Alex Szpakowski
2015-12-01 13:40:34 -04:00
parent f8dae3ea09
commit e9d77ef766
94 changed files with 9219 additions and 6099 deletions
+10 -12
View File
@@ -9,7 +9,7 @@
/* KDevelop's parser doesn't recognize the C99-standard restrict keyword, but
* recent versions (at least 4.5.1) do recognize GCC's __restrict. */
#define restrict __restrict
#endif
#endif
/* Define any available alignment declaration */
#define ALIGN(x) ${ALIGN_DECL}
@@ -26,14 +26,12 @@
/* Define if we have SSE CPU extensions */
#cmakedefine HAVE_SSE
#cmakedefine HAVE_SSE2
#cmakedefine HAVE_SSE3
#cmakedefine HAVE_SSE4_1
/* Define if we have ARM Neon CPU extensions */
#cmakedefine HAVE_NEON
/* Define if we have FluidSynth support */
#cmakedefine HAVE_FLUIDSYNTH
/* Define if we have the ALSA backend */
#cmakedefine HAVE_ALSA
@@ -64,6 +62,9 @@
/* Define if we have the PulseAudio backend */
#cmakedefine HAVE_PULSEAUDIO
/* Define if we have the JACK backend */
#cmakedefine HAVE_JACK
/* Define if we have the CoreAudio backend */
#cmakedefine HAVE_COREAUDIO
@@ -79,6 +80,9 @@
/* 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 strtof function */
#cmakedefine HAVE_STRTOF
@@ -136,8 +140,8 @@
/* Define if we have malloc.h */
#cmakedefine HAVE_MALLOC_H
/* Define if we have ftw.h */
#cmakedefine HAVE_FTW_H
/* Define if we have dirent.h */
#cmakedefine HAVE_DIRENT_H
/* Define if we have io.h */
#cmakedefine HAVE_IO_H
@@ -181,12 +185,6 @@
/* Define if we have __control87_2() */
#cmakedefine HAVE___CONTROL87_2
/* Define if we have ftw() */
#cmakedefine HAVE_FTW
/* Define if we have _wfindfirst() */
#cmakedefine HAVE__WFINDFIRST
/* Define if we have pthread_setschedparam() */
#cmakedefine HAVE_PTHREAD_SETSCHEDPARAM