summaryrefslogtreecommitdiff
path: root/vp9/common/x86
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-05-04 15:07:27 -0700
committerJames Zern <jzern@google.com>2016-05-04 15:07:27 -0700
commit70c149db7ff44a7b60eecb1adf29b71b869b22ef (patch)
treed6d7e940513c04fce59e548ec9b9bb9103ce9cff /vp9/common/x86
parent2184692c07c15290b424d538ae942d5f60eb7df8 (diff)
downloadlibvpx-70c149db7ff44a7b60eecb1adf29b71b869b22ef.tar
libvpx-70c149db7ff44a7b60eecb1adf29b71b869b22ef.tar.gz
libvpx-70c149db7ff44a7b60eecb1adf29b71b869b22ef.tar.bz2
libvpx-70c149db7ff44a7b60eecb1adf29b71b869b22ef.zip
vp9_idct_intrin_sse2: add missing vp9_rtcd.h include
Change-Id: I39a67ffea7b0a55b45cdf935986439537b65601f
Diffstat (limited to 'vp9/common/x86')
-rw-r--r--vp9/common/x86/vp9_idct_intrin_sse2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/x86/vp9_idct_intrin_sse2.c b/vp9/common/x86/vp9_idct_intrin_sse2.c
index 8d312d03f..1c77b57ff 100644
--- a/vp9/common/x86/vp9_idct_intrin_sse2.c
+++ b/vp9/common/x86/vp9_idct_intrin_sse2.c
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include "./vp9_rtcd.h"
#include "vpx_dsp/x86/inv_txfm_sse2.h"
#include "vpx_dsp/x86/txfm_common_sse2.h"
#include "vpx_ports/mem.h"