From c7678f17acad094857104553a4bfcb514840fe4c Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 12 Nov 2021 18:46:42 +0400 Subject: [PATCH] Fix build of tg_owt with VS 2022. --- 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 7a89441fb..7158f0fd6 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1154,7 +1154,7 @@ mac: stage('tg_owt', """ git clone https://github.com/desktop-app/tg_owt.git cd tg_owt - git checkout eaeea95898 + git checkout b02478677b git submodule init git submodule update src/third_party/libvpx/source/libvpx src/third_party/libyuv win: