Skip to content

Commit

Permalink
Fix pipewire version check in openal
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Jun 24, 2022
1 parent 263ac2e commit 1c98399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ COPY --from=pipewire ${LibrariesPath}/pipewire-cache /

RUN git clone -b 1.22.1 --depth=1 $GIT/kcat/openal-soft.git \
&& cd openal-soft \
&& sed -i 's@PW_CHECK_VERSION(major, minor, revision)@!PW_CHECK_VERSION(major, minor, revision + 1)@' alc/backends/pipewire.cpp \
&& CFLAGS="$HFLAGS" CXXFLAGS="$HFLAGS" cmake -GNinja -B build . \
-DCMAKE_BUILD_TYPE=Release \
-DLIBTYPE:STRING=STATIC \
Expand Down

0 comments on commit 1c98399

Please sign in to comment.