mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1192226 - Enable libvpx size limit in update.py. r=rillian
Bounds match those in VideoUtils.h.
This commit is contained in:
parent
8dea85f8f5
commit
75948bf379
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user