]> granicus.if.org Git - libvpx/commit
Don't include x86inc.asm on non-x86 targets
authorJohn Koleszar <jkoleszar@google.com>
Thu, 17 Jan 2013 00:44:33 +0000 (16:44 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 17 Jan 2013 00:44:33 +0000 (16:44 -0800)
commit23963021205ba27872aea11f4f11f53bec77e03d
tree3fd8741a5b06c4cc3e3948bb07b17362755a8755
parentde5546c37297383aae7648e84fd38009a333b9cf
Don't include x86inc.asm on non-x86 targets

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
libs.mk