Fix linker warnings for bilinear filters
authorMatthew Heaney <matthewjheaney@chromium.org>
Tue, 24 Sep 2013 22:13:29 +0000 (15:13 -0700)
committerMatthew Heaney <matthewjheaney@chromium.org>
Tue, 1 Oct 2013 21:40:05 +0000 (14:40 -0700)
commitdcab9896e845c787887de9bf5d84c3608d525add
treea13511b79e3a935745a9b45f14ed50f012ba3952
parenta7b7f94ae8c4208d447413f466f5ff8b177695bf
Fix linker warnings for bilinear filters

The declaration of the bilinear filters specified an alignment clause
in the implementation file but not in the header.  This turned out
to be harmless, but it did cause linker warnings to be emitted when
building on Windows.

The (extern) declaration in the header was changed, to match the
declaration in the implementation.

Change-Id: I44be89b1572fe9a50fa47a42e4db9128c4897b04
vp8/common/filter.c
vp8/common/filter.h
vp8/common/x86/filter_x86.c
vp8/common/x86/filter_x86.h