remove armv6 files from armv5 build
authorJohn Koleszar <jkoleszar@google.com>
Mon, 19 Dec 2011 21:51:11 +0000 (13:51 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 19 Dec 2011 21:51:11 +0000 (13:51 -0800)
commit056bcc877111cfb4c32daf1c493df3d86eb1ec35
tree78d3aea9ec52469d96ee176570f0d14e2825d772
parent080919b3c2dea17d1a8db0e8a12f94ed587b54d0
remove armv6 files from armv5 build

Make bilinearfilter_arm.c compiled only when HAVE_ARMV6, as its definitions
are v6 only. This is normally not a problem for static builds as the file
is elided at link time, but this was not being done properly for the
--enable-shared --enable-pic build.

Change-Id: Ic800a7cde751f74f22555c5b247f99f9df5e550d
vp8/encoder/arm/variance_arm.c
vp8/vp8_common.mk