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
+2 -3
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
cd openal-soft
git checkout fix_capture
git checkout fix_mono
cd build
cmake .. ^
-G "Visual Studio 16 2019" ^
-A Win32 ^
-D LIBTYPE:STRING=STATIC ^
-D FORCE_STATIC_VCRT=ON ^
-D ALSOFT_BACKEND_WASAPI=OFF
-D FORCE_STATIC_VCRT=ON
msbuild OpenAL.vcxproj /property:Configuration=Debug
msbuild OpenAL.vcxproj /property:Configuration=Release
cd ..\..