Bug 1622013 - Build *_mmx.c files with -mmmx in bundled libvpx; r=bryce

Differential Revision: https://phabricator.services.mozilla.com/D70674

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jan Beich 2020-04-13 15:34:42 +00:00
parent ba597ff33e
commit 6a49954834

View File

@ -102,6 +102,8 @@ if CONFIG['OS_TARGET'] == 'Android':
for f in SOURCES:
if f.endswith('.c'):
if 'mmx.c' in f:
SOURCES[f].flags += ['-mmmx']
if 'sse2.c' in f:
SOURCES[f].flags += CONFIG['SSE2_FLAGS']
if 'ssse3.c' in f: