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:
Ralph Giles 2015-11-16 11:09:00 -08:00
parent e37a108abb
commit 8f6696f4d2

View File

@ -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: