diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 794945e4d9..41279ae260 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -733,7 +733,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/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 c4192e8e2e10ccb72704daa79fa108becfa57b01 \ + && git fetch --depth=1 origin 62321fd7128ab2650b459d4195781af8185e46b5 \ && 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 42ab88f734..19a9f219db 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1746,7 +1746,7 @@ win: stage('tg_owt', """ git clone https://github.com/desktop-app/tg_owt.git cd tg_owt - git checkout c4192e8 + git checkout 62321fd git submodule update --init --recursive win: SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 49478c7036..7391949903 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -501,7 +501,7 @@ parts: webrtc: source: https://github.com/desktop-app/tg_owt.git source-depth: 1 - source-commit: c4192e8e2e10ccb72704daa79fa108becfa57b01 + source-commit: 62321fd7128ab2650b459d4195781af8185e46b5 plugin: cmake build-environment: - LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s