mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1225221 - vpx: Allow 8k video in update.sh. r=kinetik
Raise the allowed frame size limit to allow 8k video per gecko bug 1222145.
This commit is contained in:
parent
e37a108abb
commit
8f6696f4d2
@ -398,7 +398,7 @@ def prepare_upstream(prefix, commit=None):
|
||||
configure = ['../../configure', '--target=%s' % target,
|
||||
'--disable-examples', '--disable-install-docs',
|
||||
'--enable-multi-res-encoding',
|
||||
'--size-limit=4000x3000'
|
||||
'--size-limit=8192x4608'
|
||||
]
|
||||
|
||||
if 'darwin9' in target:
|
||||
|
Loading…
Reference in New Issue
Block a user