Use OpenAL 1.20.1 with bugfix backport on Windows.

This commit is contained in:
John Preston 2020-10-23 12:47:41 +03:00
parent 4f2b0531f8
commit 1373bd0af1
3 changed files with 4 additions and 5 deletions

@ -1 +1 @@
Subproject commit 4f03dbd9a0c3dce0268fa208bf1e3ffff4c95c72 Subproject commit 98224799e420dfcca33af816b11e261080cb1fed

@ -1 +1 @@
Subproject commit ae340a0b76421fedf73421b0d42f688341658b45 Subproject commit 914df12ebe3231dbdd5150d5b33cfab2e7dabe17

View File

@ -102,14 +102,13 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
git clone https://github.com/telegramdesktop/openal-soft.git git clone https://github.com/telegramdesktop/openal-soft.git
cd openal-soft cd openal-soft
git checkout fix_capture git checkout fix_mono
cd build cd build
cmake .. ^ cmake .. ^
-G "Visual Studio 16 2019" ^ -G "Visual Studio 16 2019" ^
-A Win32 ^ -A Win32 ^
-D LIBTYPE:STRING=STATIC ^ -D LIBTYPE:STRING=STATIC ^
-D FORCE_STATIC_VCRT=ON ^ -D FORCE_STATIC_VCRT=ON
-D ALSOFT_BACKEND_WASAPI=OFF
msbuild OpenAL.vcxproj /property:Configuration=Debug msbuild OpenAL.vcxproj /property:Configuration=Debug
msbuild OpenAL.vcxproj /property:Configuration=Release msbuild OpenAL.vcxproj /property:Configuration=Release
cd ..\.. cd ..\..