mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
ba597ff33e
commit
6a49954834
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user