mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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', """
|
stage('openal-soft', """
|
||||||
version: 2
|
version: 3
|
||||||
win:
|
win:
|
||||||
git clone -b wasapi_exact_device_time https://github.com/telegramdesktop/openal-soft.git
|
git clone -b wasapi_exact_device_time https://github.com/telegramdesktop/openal-soft.git
|
||||||
cd openal-soft
|
cd openal-soft
|
||||||
|
@ -1140,9 +1140,8 @@ win:
|
||||||
release:
|
release:
|
||||||
cmake --build build --config RelWithDebInfo --parallel
|
cmake --build build --config RelWithDebInfo --parallel
|
||||||
mac:
|
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
|
cd openal-soft
|
||||||
git checkout 1.23.1
|
|
||||||
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
|
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
|
||||||
-D CMAKE_BUILD_TYPE=RelWithDebInfo \\
|
-D CMAKE_BUILD_TYPE=RelWithDebInfo \\
|
||||||
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
|
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
|
||||||
|
|
Loading…
Add table
Reference in a new issue