From c6637698698a01f92d9781c414373cde9168e2eb Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Wed, 20 Mar 2024 11:23:18 +0800 Subject: [PATCH] Update OpenAL-soft version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86c17456..70e9fbd4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ set(MEGA_LIBVORBIS_VER "1.3.5") set(MEGA_LIBTHEORA_VER "1.1.1") set(MEGA_FREETYPE_VER "2.13.2") set(MEGA_SDL2_VER "2.28.5") -set(MEGA_OPENAL_VER "1.22.0") +set(MEGA_OPENAL_VER "1.23.1-bc7cb17") set(MEGA_MODPLUG_VER "0.8.8.4") set(SKIP_INSTALL_ALL TRUE)