2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update libvpx revision.

This commit is contained in:
John Preston
2023-09-29 00:15:01 +04:00
parent bd4cf82405
commit 9fcdec4166
2 changed files with 2 additions and 2 deletions

View File

@@ -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