summaryrefslogtreecommitdiff
path: root/vp8/common/x86/variance_mmx.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-14 19:47:00 -0700
committerJames Zern <jzern@google.com>2015-05-14 22:41:25 -0700
commitf80bbc0efbfd230c84c5c0f24f1e46534e5b0a21 (patch)
tree8691759c4a160cee770de40bebea500f19ba814c /vp8/common/x86/variance_mmx.c
parent6eb1016301f9b4c5d438885629f668f46386bea7 (diff)
downloadlibvpx-f80bbc0efbfd230c84c5c0f24f1e46534e5b0a21.tar
libvpx-f80bbc0efbfd230c84c5c0f24f1e46534e5b0a21.tar.gz
libvpx-f80bbc0efbfd230c84c5c0f24f1e46534e5b0a21.tar.bz2
libvpx-f80bbc0efbfd230c84c5c0f24f1e46534e5b0a21.zip
vp8/common/variance*: add vp8_rtcd include
silences missing prototype warnings Change-Id: I5ca198b56a5ff0cf5b93c89957526f243c04e9c8
Diffstat (limited to 'vp8/common/x86/variance_mmx.c')
-rw-r--r--vp8/common/x86/variance_mmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/common/x86/variance_mmx.c b/vp8/common/x86/variance_mmx.c
index 02e02420f..10a58b822 100644
--- a/vp8/common/x86/variance_mmx.c
+++ b/vp8/common/x86/variance_mmx.c
@@ -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"