From cad87f6818f5c76cc189adb66aeea3826155b426 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 8 Dec 2022 11:51:13 +0400 Subject: [PATCH] Update to WebRTC M108. --- Telegram/ThirdParty/libtgvoip | 2 +- Telegram/ThirdParty/tgcalls | 2 +- Telegram/build/docker/centos_env/Dockerfile | 2 +- Telegram/build/prepare/prepare.py | 4 ++-- Telegram/cmake/lib_tgcalls.cmake | 2 ++ Telegram/lib_webrtc | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Telegram/ThirdParty/libtgvoip b/Telegram/ThirdParty/libtgvoip index 78a8e22bed..0ffe2e51bf 160000 --- a/Telegram/ThirdParty/libtgvoip +++ b/Telegram/ThirdParty/libtgvoip @@ -1 +1 @@ -Subproject commit 78a8e22bedb0d06004da8bafeba88b7474cb89a4 +Subproject commit 0ffe2e51bfe14b533b860002f1c2e87e5f8c00c0 diff --git a/Telegram/ThirdParty/tgcalls b/Telegram/ThirdParty/tgcalls index 82c4921045..1c27ba1c6b 160000 --- a/Telegram/ThirdParty/tgcalls +++ b/Telegram/ThirdParty/tgcalls @@ -1 +1 @@ -Subproject commit 82c4921045c440b727c38e464f3a0539708423ff +Subproject commit 1c27ba1c6b9b692f92cf7809b0c0c70f56595fe1 diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index c73062717d..c188c7cf9d 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -748,7 +748,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache / RUN git init tg_owt \ && cd tg_owt \ && git remote add origin {{ GIT }}/desktop-app/tg_owt.git \ - && git fetch --depth=1 origin 442d5bb593c0ae314960308d78f2016ad1f80c3e \ + && git fetch --depth=1 origin 9b70d7679e86e6c216127d5a6a06ef5aa4f54793 \ && git reset --hard FETCH_HEAD \ && git submodule update --init --recursive --depth=1 \ && rm -rf .git \ diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index c017566daf..544e37ef82 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1182,9 +1182,9 @@ mac: stage('tg_owt', """ git clone https://github.com/desktop-app/tg_owt.git cd tg_owt - git checkout bab760d7bd + git checkout 9b70d7679e git submodule init - git submodule update src/third_party/libyuv src/third_party/crc32c/src + git submodule update src/third_party/libyuv src/third_party/crc32c/src src/third_party/abseil-cpp win: SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg SET OPUS_PATH=$USED_PREFIX/include/opus diff --git a/Telegram/cmake/lib_tgcalls.cmake b/Telegram/cmake/lib_tgcalls.cmake index 34a5ba418b..3a426c93d1 100644 --- a/Telegram/cmake/lib_tgcalls.cmake +++ b/Telegram/cmake/lib_tgcalls.cmake @@ -22,6 +22,8 @@ nice_target_sources(lib_tgcalls ${tgcalls_loc} PRIVATE AudioDeviceHelper.cpp AudioDeviceHelper.h + ChannelManager.cpp + ChannelManager.h CodecSelectHelper.cpp CodecSelectHelper.h CryptoHelper.cpp diff --git a/Telegram/lib_webrtc b/Telegram/lib_webrtc index 511c2485bb..94a8d5ff6d 160000 --- a/Telegram/lib_webrtc +++ b/Telegram/lib_webrtc @@ -1 +1 @@ -Subproject commit 511c2485bb7d3e5bef590318d080077af4ffb7fb +Subproject commit 94a8d5ff6d4a6f6c1138dda6aa479b340f9af56f diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c073db8e80..688de85b6d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -510,7 +510,7 @@ parts: webrtc: source: https://github.com/desktop-app/tg_owt.git source-depth: 1 - source-commit: 10d5f4bf77333ef6b43516f90d2ce13273255f41 + source-commit: cc8edd5719556e1711f50da9a3f7a4c59bba574d plugin: cmake build-packages: - yasm