summaryrefslogtreecommitdiff
path: root/vp8/common/filter.c
diff options
context:
space:
mode:
authorMatthew Heaney <matthewjheaney@chromium.org>2013-09-24 15:13:29 -0700
committerMatthew Heaney <matthewjheaney@chromium.org>2013-10-01 14:40:05 -0700
commitdcab9896e845c787887de9bf5d84c3608d525add (patch)
treea13511b79e3a935745a9b45f14ed50f012ba3952 /vp8/common/filter.c
parenta7b7f94ae8c4208d447413f466f5ff8b177695bf (diff)
downloadlibvpx-dcab9896e845c787887de9bf5d84c3608d525add.tar.gz
libvpx-dcab9896e845c787887de9bf5d84c3608d525add.tar.bz2
libvpx-dcab9896e845c787887de9bf5d84c3608d525add.zip
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
Diffstat (limited to 'vp8/common/filter.c')
-rw-r--r--vp8/common/filter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/common/filter.c b/vp8/common/filter.c
index 1901ea3b6..25266f868 100644
--- a/vp8/common/filter.c
+++ b/vp8/common/filter.c
@@ -9,9 +9,7 @@
*/
-#include <stdlib.h>
#include "filter.h"
-#include "vpx_ports/mem.h"
DECLARE_ALIGNED(16, const short, vp8_bilinear_filters[8][2]) =
{