Skip to content

Commit c4ec7cf

Browse files
author
Ali
committed
Add size-limit to libvpx build script
(cherry picked from commit 82d7827)
1 parent 1ce463f commit c4ec7cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third-party/libvpx/build-libvpx-bazel.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ CONFIGURE_ARGS="--disable-docs
2323
--disable-vp9-temporal-denoising
2424
--disable-unit-tests
2525
--enable-realtime-only
26-
--enable-multi-res-encoding"
26+
--enable-multi-res-encoding
27+
--size-limit=8192x8192"
2728
DIST_DIR="_dist"
2829
FRAMEWORK_DIR="VPX.framework"
2930
FRAMEWORK_LIB="VPX.framework/VPX"

0 commit comments

Comments
 (0)