From a2ac9e10e21c74efd61e00f2e2583525f0206ac9 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 14 Mar 2022 17:25:14 +0400 Subject: [PATCH] Fix camera capture DCHECKs in tg_owt on Windows. --- Telegram/build/prepare/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 1d638192f..a81c24941 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1238,7 +1238,7 @@ mac: stage('tg_owt', """ git clone https://github.com/desktop-app/tg_owt.git cd tg_owt - git checkout 8d9c724c07 + git checkout 1fe5e68d99 git submodule init git submodule update src/third_party/libyuv win: