| Index: source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c
|
| diff --git a/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c b/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c
|
| index 1c1005aeeda8b50e3ff05b2bb7ebde15271c92eb..96038fee16b0d2ca72cbb3c26c512bf45e9172ad 100644
|
| --- a/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c
|
| +++ b/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c
|
| @@ -15,6 +15,8 @@
|
| #include <math.h>
|
| #endif
|
| #include <tmmintrin.h> // SSSE3
|
| +
|
| +#include "./vp9_rtcd.h"
|
| #include "vp9/common/x86/vp9_idct_intrin_sse2.h"
|
|
|
| void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride,
|
|
|