mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Update patched OpenAL on macOS / Windows.
This commit is contained in:
parent
104ba4db7c
commit
a670095294
1 changed files with 2 additions and 3 deletions
|
@ -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 \\
|
||||
|
|
Loading…
Add table
Reference in a new issue