mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Cherry-pick fix for Pulseaudio OpenAL backend.
This commit is contained in:
parent
c698327b24
commit
606f5377d5
2 changed files with 3 additions and 3 deletions
|
@ -401,7 +401,7 @@ RUN make -j$(nproc)
|
|||
RUN make DESTDIR="$LibrariesPath/ffmpeg-cache" install
|
||||
|
||||
FROM builder AS openal
|
||||
RUN git clone -b openal-soft-1.21.0 --depth=1 $GIT/kcat/openal-soft.git
|
||||
RUN git clone -b fix_pulse_default --depth=1 $GIT/telegramdesktop/openal-soft.git
|
||||
|
||||
WORKDIR openal-soft
|
||||
RUN cmake3 -B build . \
|
||||
|
|
|
@ -214,9 +214,9 @@ parts:
|
|||
- -./usr/share
|
||||
|
||||
openal:
|
||||
source: https://github.com/kcat/openal-soft.git
|
||||
source: https://github.com/telegramdesktop/openal-soft.git
|
||||
source-depth: 1
|
||||
source-tag: openal-soft-1.21.0
|
||||
source-branch: fix_pulse_default
|
||||
plugin: cmake
|
||||
build-packages:
|
||||
- libasound2-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue