2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update openal to 1.22.1

Downgrade pipewire headers as openal won't work with pipewire version less than headers it builds with now
This commit is contained in:
Ilya Fedin
2022-06-22 03:35:08 +04:00
committed by John Preston
parent 03c1f15961
commit 28f75525b2
3 changed files with 4 additions and 10 deletions

View File

@@ -976,7 +976,7 @@ release:
mac:
git clone https://github.com/kcat/openal-soft.git
cd openal-soft
git checkout af8e756d
git checkout 1.22.1
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -B build . \\
-D CMAKE_INSTALL_PREFIX:PATH=$USED_PREFIX \\
-D ALSOFT_EXAMPLES=OFF \\