Skip to content

Commit

Permalink
Update OpenAL Soft to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ACrazyTown committed Jan 11, 2025
1 parent 5fff1b1 commit 4270cfd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions project/lib/custom/openal/build/version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Define to the library version */
#define ALSOFT_VERSION "1.24.1"
#define ALSOFT_VERSION_NUM 1,24,1,0
#define ALSOFT_VERSION "1.24.2"
#define ALSOFT_VERSION_NUM 1,24,2,0

/* Define the branch being built */
#define ALSOFT_GIT_BRANCH "HEAD"

/* Define the hash of the head commit */
#define ALSOFT_GIT_COMMIT_HASH "90191ed"
#define ALSOFT_GIT_COMMIT_HASH "b621b5f"
2 changes: 1 addition & 1 deletion project/lib/openal
Submodule openal updated 225 files
7 changes: 3 additions & 4 deletions project/lib/openal-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/openal/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/core/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/fmt-11.0.2/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/fmt-11.1.1/include/" />

<compilerflag value="-DAL_LIBTYPE_STATIC" if="native_toolkit_openal_static" />

Expand Down Expand Up @@ -76,7 +76,6 @@
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/filters/biquad.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/filters/nfc.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/filters/splitter.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/fmt_traits.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/context.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/helpers.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/logging.cpp" />
Expand Down Expand Up @@ -113,8 +112,8 @@
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/storage_formats.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/alc/events.cpp" />

<file name="${NATIVE_TOOLKIT_PATH}/openal/fmt-11.0.2/src/format.cc" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/fmt-11.0.2/src/os.cc" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/fmt-11.1.1/src/format.cc" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/fmt-11.1.1/src/os.cc" />

<section if="NATIVE_TOOLKIT_HAVE_SDL">

Expand Down

0 comments on commit 4270cfd

Please sign in to comment.