2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Limit libvpx frame size.

This commit is contained in:
John Preston
2023-08-21 11:03:55 +02:00
parent 2f9ae75a65
commit 05b628da9b
2 changed files with 4 additions and 2 deletions

View File

@@ -404,7 +404,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout b9361e74b2
git checkout 24d8dc2bde
""")
stage('msys64', """
@@ -854,7 +854,8 @@ depends:yasm/yasm
--disable-docs \
--enable-vp8 \
--enable-vp9 \
--enable-webm-io
--enable-webm-io \
--size-limit=4096x4096
make $MAKE_THREADS_CNT