Update patched OpenAL on macOS / Windows.

This commit is contained in:
John Preston 2024-01-25 10:42:39 +04:00
parent 104ba4db7c
commit a670095294

View file

@ -1128,7 +1128,7 @@ depends:yasm/yasm
""")
stage('openal-soft', """
version: 2
version: 3
win:
git clone -b wasapi_exact_device_time https://github.com/telegramdesktop/openal-soft.git
cd openal-soft
@ -1140,9 +1140,8 @@ win:
release:
cmake --build build --config RelWithDebInfo --parallel
mac:
git clone https://github.com/kcat/openal-soft.git
git clone -b coreaudio_device_uid https://github.com/telegramdesktop/openal-soft.git
cd openal-soft
git checkout 1.23.1
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
-D CMAKE_BUILD_TYPE=RelWithDebInfo \\
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\