summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86/vp9_dct_ssse3.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/x86/vp9_dct_ssse3.c')
-rw-r--r--vp9/encoder/x86/vp9_dct_ssse3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/x86/vp9_dct_ssse3.c b/vp9/encoder/x86/vp9_dct_ssse3.c
index 0e7d2a140..b09eac0d1 100644
--- a/vp9/encoder/x86/vp9_dct_ssse3.c
+++ b/vp9/encoder/x86/vp9_dct_ssse3.c
@@ -17,7 +17,7 @@
#include <tmmintrin.h> // SSSE3
#include "./vp9_rtcd.h"
-#include "vp9/common/x86/vp9_idct_intrin_sse2.h"
+#include "vpx_dsp/x86/inv_txfm_sse2.h"
#include "vpx_dsp/x86/txfm_common_sse2.h"
void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride,