diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 9d72a2db3f..fcc295ddbb 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -791,7 +791,7 @@ COPY --link --from=pipewire /usr/src/pipewire-cache / RUN git init tg_owt \ && cd tg_owt \ && git remote add origin https://github.com/desktop-app/tg_owt.git \ - && git fetch --depth=1 origin 62321fd7128ab2650b459d4195781af8185e46b5 \ + && git fetch --depth=1 origin 5c5c71258777d0196dbb3a09cc37d2f56ead28ab \ && git reset --hard FETCH_HEAD \ && git submodule update --init --recursive --depth=1 \ && cmake -B build . -DTG_OWT_DLOPEN_PIPEWIRE=ON \ diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 1ec58782ac..65c5bb17b1 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1755,7 +1755,7 @@ win: stage('tg_owt', """ git clone https://github.com/desktop-app/tg_owt.git cd tg_owt - git checkout 62321fd + git checkout 5c5c71258777d0196dbb3a09cc37d2f56ead28ab git submodule update --init --recursive win: SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg diff --git a/Telegram/lib_base b/Telegram/lib_base index eb8564e087..a326a312df 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit eb8564e08735533b996780946fd819f24c333ac5 +Subproject commit a326a312dfd4e00c590744530c2d1913cfc5335e diff --git a/Telegram/lib_ui b/Telegram/lib_ui index ca5daff64b..64c71d46fb 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit ca5daff64b73ca78763e02bcc44fffdec7e44727 +Subproject commit 64c71d46fbb318e3d40a6dd5eb15bc003bd805b4 diff --git a/Telegram/lib_webview b/Telegram/lib_webview index cbdeb830e3..6430fdad7f 160000 --- a/Telegram/lib_webview +++ b/Telegram/lib_webview @@ -1 +1 @@ -Subproject commit cbdeb830e3f5119851a44c3cbf3e900b98276cf5 +Subproject commit 6430fdad7fa7a145c97deb481411f671f97d476b diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e5667732f7..ce634f1f1a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -484,7 +484,7 @@ parts: webrtc: source: https://github.com/desktop-app/tg_owt.git source-depth: 1 - source-commit: 62321fd7128ab2650b459d4195781af8185e46b5 + source-commit: 5c5c71258777d0196dbb3a09cc37d2f56ead28ab plugin: cmake build-packages: - libopenh264-dev