Bug 1192226 - Enable libvpx size limit in update.py. r=rillian

Limits match those in VideoUtils.h.
This commit is contained in:
Jan Gerber 2015-08-08 09:28:52 +02:00
parent e7145ca1e0
commit 2c33771be9

View File

@ -398,6 +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'
]
if 'darwin9' in target: