mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-06-20 18:24:43 +00:00
Add size-limit to libvpx build script
(cherry picked from commit 82d7827447)
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user