mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Limit libvpx frame size.
This commit is contained in:
parent
2f9ae75a65
commit
05b628da9b
2 changed files with 4 additions and 2 deletions
|
@ -232,6 +232,7 @@ RUN git clone -b v1.11.0 --depth=1 {{ GIT }}/webmproject/libvpx.git \
|
||||||
--enable-vp8 \
|
--enable-vp8 \
|
||||||
--enable-vp9 \
|
--enable-vp9 \
|
||||||
--enable-webm-io \
|
--enable-webm-io \
|
||||||
|
--size-limit=4096x4096 \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& make DESTDIR="{{ LibrariesPath }}/libvpx-cache" install \
|
&& make DESTDIR="{{ LibrariesPath }}/libvpx-cache" install \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
|
|
|
@ -404,7 +404,7 @@ if customRunCommand:
|
||||||
stage('patches', """
|
stage('patches', """
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout b9361e74b2
|
git checkout 24d8dc2bde
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('msys64', """
|
stage('msys64', """
|
||||||
|
@ -854,7 +854,8 @@ depends:yasm/yasm
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
--enable-vp8 \
|
--enable-vp8 \
|
||||||
--enable-vp9 \
|
--enable-vp9 \
|
||||||
--enable-webm-io
|
--enable-webm-io \
|
||||||
|
--size-limit=4096x4096
|
||||||
|
|
||||||
make $MAKE_THREADS_CNT
|
make $MAKE_THREADS_CNT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue