• John Koleszar's avatar
    Don't include x86inc.asm on non-x86 targets · 23963021
    John Koleszar authored
    This file is currently unused, as the asm that depended on it has been
    disabled for the current roll into Chromium. It's expected that it
    will return in some form, so wrap it in an x86 check rather than
    deleting it. This extra file isn't really an issue with the libvpx
    build system, but affects the gyp builds since on ARM (android) it
    tries to do the ADS->GAS conversion on all .asm files reported in
    libvpx_srcs.txt.
    
    Change-Id: I080fbc22ab59fff41264ae230a48fa753594135b
    23963021