Skip to content

Commit

Permalink
Add size-limit to libvpx build script
Browse files Browse the repository at this point in the history
(cherry picked from commit 82d7827)
  • Loading branch information
Ali committed Aug 18, 2023
1 parent 1ce463f commit c4ec7cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third-party/libvpx/build-libvpx-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ CONFIGURE_ARGS="--disable-docs
--disable-vp9-temporal-denoising
--disable-unit-tests
--enable-realtime-only
--enable-multi-res-encoding"
--enable-multi-res-encoding
--size-limit=8192x8192"
DIST_DIR="_dist"
FRAMEWORK_DIR="VPX.framework"
FRAMEWORK_LIB="VPX.framework/VPX"
Expand Down

0 comments on commit c4ec7cf

Please sign in to comment.