Cherry-pick fix for Pulseaudio OpenAL backend.

This commit is contained in:
John Preston 2021-01-22 18:08:49 +04:00
parent c698327b24
commit 606f5377d5
2 changed files with 3 additions and 3 deletions

View file

@ -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 . \

View file

@ -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