Use OpenAL 1.20.1 with bugfix backport on Windows.
This commit is contained in:
parent
4f2b0531f8
commit
1373bd0af1
|
@ -1 +1 @@
|
|||
Subproject commit 4f03dbd9a0c3dce0268fa208bf1e3ffff4c95c72
|
||||
Subproject commit 98224799e420dfcca33af816b11e261080cb1fed
|
|
@ -1 +1 @@
|
|||
Subproject commit ae340a0b76421fedf73421b0d42f688341658b45
|
||||
Subproject commit 914df12ebe3231dbdd5150d5b33cfab2e7dabe17
|
|
@ -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 ..\..
|
||||
|
|
Loading…
Reference in New Issue