From 9fcdec41663aadde9d2624741a9ebd374bd6be99 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 29 Sep 2023 00:15:01 +0400 Subject: [PATCH] Update libvpx revision. --- Telegram/build/docker/centos_env/Dockerfile | 2 +- Telegram/build/prepare/prepare.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index c6cc7117f..1a92eb135 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -211,7 +211,7 @@ FROM builder AS libvpx RUN git init libvpx \ && cd libvpx \ && git remote add origin {{ GIT }}/webmproject/libvpx.git \ - && git fetch --depth=1 origin e1c124f8965f166d3e9ca26c9215ebc3ec3a1d72 \ + && git fetch --depth=1 origin 51057f4ba894e13f9bba278905bacf6aaaecd992 \ && git reset --hard FETCH_HEAD \ && CFLAGS="$CFLAGS -fno-lto" CXXFLAGS="$CXXFLAGS -fno-lto" ./configure \ --disable-examples \ diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 1e5aa170d..33ae63dc3 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -837,7 +837,7 @@ stage('libvpx', """ git clone https://github.com/webmproject/libvpx.git depends:patches/libvpx/*.patch cd libvpx - git checkout e1c124f89 + git checkout 51057f4ba8 win: for /r %%i in (..\\patches\\libvpx\\*) do git apply %%i