Skip to content

Commit 26a654e

Browse files
committed
Update openal-soft to 1.24.1
1 parent 0263024 commit 26a654e

File tree

238 files changed

+21537
-16018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+21537
-16018
lines changed

3rdparty/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,11 @@ if (AX_ENABLE_AUDIO)
378378
set(ALSOFT_CPPWINRT_VERSION ${AX_CPPWINRT_VERSION} CACHE STRING "" FORCE)
379379
endif()
380380

381-
ax_add_3rd(openal EXCLUDE_FROM_ALL TARGETS alcommon;OpenAL OPTIONS ${alsoft_opts})
381+
ax_add_3rd(openal EXCLUDE_FROM_ALL TARGETS OpenAL;alsoft.excommon;alsoft.common OPTIONS ${alsoft_opts})
382382

383383
target_include_directories(3rdparty INTERFACE openal)
384384
target_compile_definitions(3rdparty INTERFACE AX_USE_ALSOFT=1)
385-
set_target_properties(OpenAL alcommon PROPERTIES CXX_STANDARD ${_AX_CXX_STD})
385+
set_target_properties(OpenAL alsoft.excommon alsoft.common PROPERTIES CXX_STANDARD ${_AX_CXX_STD})
386386

387387
if (AX_USE_ALSOFT_STATIC)
388388
target_compile_definitions(3rdparty INTERFACE AL_LIBTYPE_STATIC=1)

3rdparty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170

171171
## OpenAL Soft
172172
- [![Upstream](https://img.shields.io/github/v/tag/kcat/openal-soft?label=Upstream)](https://github.com/kcat/openal-soft)
173-
- Version: 1.23.1-e714c8f (8659)
173+
- Version: 1.24.1
174174
- License: LGPL-2.1
175175

176176
## OpenSSL

0 commit comments

Comments
 (0)