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

@ -232,6 +232,7 @@ RUN git clone -b v1.11.0 --depth=1 {{ GIT }}/webmproject/libvpx.git \
--enable-vp8 \
--enable-vp9 \
--enable-webm-io \
--size-limit=4096x4096 \
&& make -j$(nproc) \
&& make DESTDIR="{{ LibrariesPath }}/libvpx-cache" install \
&& cd .. \

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