mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
Update OpenAL-soft to 1.23.1-bc7cb17.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user