vp8/common/variance*: add vp8_rtcd include
authorJames Zern <jzern@google.com>
Fri, 15 May 2015 02:47:00 +0000 (19:47 -0700)
committerJames Zern <jzern@google.com>
Fri, 15 May 2015 05:41:25 +0000 (22:41 -0700)
silences missing prototype warnings

Change-Id: I5ca198b56a5ff0cf5b93c89957526f243c04e9c8

vp8/common/variance_c.c
vp8/common/x86/variance_mmx.c
vp8/common/x86/variance_sse2.c
vp8/common/x86/variance_ssse3.c

index 773b655..dc95bfe 100644 (file)
@@ -9,8 +9,9 @@
  */
 
 
-#include "variance.h"
+#include "./vp8_rtcd.h"
 #include "filter.h"
+#include "variance.h"
 
 
 unsigned int vp8_get_mb_ss_c
index 02e0242..10a58b8 100644 (file)
@@ -8,6 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#include "./vp8_rtcd.h"
 #include "vpx_config.h"
 #include "vp8/common/variance.h"
 #include "vpx_ports/mem.h"
index 1fe127b..6c6539d 100644 (file)
@@ -8,6 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#include "./vp8_rtcd.h"
 #include "vpx_config.h"
 #include "vp8/common/variance.h"
 #include "vpx_ports/mem.h"
index 73eb90d..d8c8da5 100644 (file)
@@ -8,6 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#include "./vp8_rtcd.h"
 #include "vpx_config.h"
 #include "vp8/common/variance.h"
 #include "vpx_ports/mem.h"