Update OpenAL to 1.21.

This commit is contained in:
John Preston
2020-11-25 18:48:22 +03:00
parent 2e62eb1186
commit 0537d4c199
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -108,9 +108,9 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
cmake --build . --config Release
cd ..
git clone https://github.com/telegramdesktop/openal-soft.git
git clone https://github.com/kcat/openal-soft.git
cd openal-soft
git checkout fix_mono
git checkout openal-soft-1.21.0
cd build
cmake .. ^
-G "Visual Studio 16 2019" ^
+2 -2
View File
@@ -240,9 +240,9 @@ Go to ***BuildPath*** and run
sudo make install
cd ..
git clone https://github.com/telegramdesktop/openal-soft.git
git clone https://github.com/kcat/openal-soft.git
cd openal-soft
git checkout fix_mono
git checkout 3970252da9
cd build
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/local/macos -D ALSOFT_EXAMPLES=OFF -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.12 ..
make $MAKE_THREADS_CNT