From ea2bbd0be3b7fd22c7d3dffb5faf9871e4f1cb70 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Thu, 13 Mar 2025 14:28:33 +0000 Subject: [PATCH 1/3] Update OpenAL Soft to 1.21.1 --- project/lib/custom/openal/build/version.h | 7 +-- project/lib/openal | 2 +- project/lib/openal-files.xml | 55 +++++++++++++++++------ 3 files changed, 46 insertions(+), 18 deletions(-) diff --git a/project/lib/custom/openal/build/version.h b/project/lib/custom/openal/build/version.h index 94173db77..f91555e7a 100644 --- a/project/lib/custom/openal/build/version.h +++ b/project/lib/custom/openal/build/version.h @@ -1,8 +1,9 @@ /* Define to the library version */ -#define ALSOFT_VERSION "1.20.1" +#define ALSOFT_VERSION "1.21.1" +#define ALSOFT_VERSION_NUM 1,21,1,0 /* Define the branch being built */ -#define ALSOFT_GIT_BRANCH "master" +#define ALSOFT_GIT_BRANCH "HEAD" /* Define the hash of the head commit */ -#define ALSOFT_GIT_COMMIT_HASH "f5e0eef3" +#define ALSOFT_GIT_COMMIT_HASH "ae4eacf14" diff --git a/project/lib/openal b/project/lib/openal index f5e0eef34..ae4eacf14 160000 --- a/project/lib/openal +++ b/project/lib/openal @@ -1 +1 @@ -Subproject commit f5e0eef34db3a3ab94b61a2f99f84f078ba947e7 +Subproject commit ae4eacf147e2c2340cc4e02a790df04c793ed0a9 diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index d07ad13ba..acfd24865 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -2,6 +2,8 @@ + + @@ -9,6 +11,8 @@ + + @@ -19,6 +23,20 @@ + + + + + + + + + + + + + + @@ -29,17 +47,18 @@ - - + + + @@ -50,30 +69,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
From a13b3c37bbbaaebec8ccb20386130792cb60154f Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Thu, 13 Mar 2025 16:02:32 +0000 Subject: [PATCH 2/3] Avoid hxcpp overriding openal_soft's c++14 --- project/Build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/Build.xml b/project/Build.xml index 21d590328..32f12732b 100755 --- a/project/Build.xml +++ b/project/Build.xml @@ -1,6 +1,6 @@ - + @@ -55,6 +55,7 @@ + From 755781fdf2cff0ac48d9550526a511cb9c239d43 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Thu, 13 Mar 2025 16:38:33 +0000 Subject: [PATCH 3/3] Fix mac -stdlib=libstdc++ compilation error clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found] --- project/Build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/Build.xml b/project/Build.xml index 32f12732b..e2377789b 100755 --- a/project/Build.xml +++ b/project/Build.xml @@ -1,6 +1,7 @@ - + +