зеркало из https://github.com/mozilla/gecko-dev.git
72c31d122b
I had removed the USE_YASM define in porting the libvpx moz.build to libaom, to avoid depending on VPX_USE_ASM. Turns out USE_YASM is a magic context define, without which the build won't compile libaom's yasm-format .asm files, so we need to define it for the two intel architecture source sets. Restore the define unconditionally for intel targets. We require yasm in the default build for those targets, and want to fail if it isn't available to block performance regressions. MozReview-Commit-ID: CqGtY8RNLNf --HG-- extra : rebase_source : ccc7f9dfc467642d9e4c623c55e54e769fb38f2f |
||
---|---|---|
.. | ||
config | ||
README_MOZILLA | ||
generate_sources_mozbuild.sh | ||
lint_config.sh | ||
moz.build | ||
sources.mozbuild |