mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix calls with OpenSSL 3.
For that libsrtp was updated to v2.5.0 in tg_owt.
This commit is contained in:
parent
60fe961c21
commit
9b576a13bc
2 changed files with 3 additions and 3 deletions
|
@ -775,7 +775,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
||||||
RUN git init tg_owt \
|
RUN git init tg_owt \
|
||||||
&& cd tg_owt \
|
&& cd tg_owt \
|
||||||
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
|
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
|
||||||
&& git fetch --depth=1 origin 5098730b9eb6173f0b52068fe2555b7c1015123a \
|
&& git fetch --depth=1 origin 9d120195334db4f232c925529aa7601656dc59d7 \
|
||||||
&& git reset --hard FETCH_HEAD \
|
&& git reset --hard FETCH_HEAD \
|
||||||
&& git submodule update --init --recursive --depth=1 \
|
&& git submodule update --init --recursive --depth=1 \
|
||||||
&& rm -rf .git \
|
&& rm -rf .git \
|
||||||
|
|
|
@ -1335,9 +1335,9 @@ mac:
|
||||||
stage('tg_owt', """
|
stage('tg_owt', """
|
||||||
git clone https://github.com/desktop-app/tg_owt.git
|
git clone https://github.com/desktop-app/tg_owt.git
|
||||||
cd tg_owt
|
cd tg_owt
|
||||||
git checkout 9b70d7679e
|
git checkout 9d12019533
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update src/third_party/libyuv src/third_party/crc32c/src src/third_party/abseil-cpp
|
git submodule update
|
||||||
win:
|
win:
|
||||||
SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg
|
SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg
|
||||||
SET OPUS_PATH=$USED_PREFIX/include/opus
|
SET OPUS_PATH=$USED_PREFIX/include/opus
|
||||||
|
|
Loading…
Add table
Reference in a new issue