diff options
Diffstat (limited to 'third_party/aom/aom_dsp/mips/intrapred_msa.c')
-rw-r--r-- | third_party/aom/aom_dsp/mips/intrapred_msa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/aom/aom_dsp/mips/intrapred_msa.c b/third_party/aom/aom_dsp/mips/intrapred_msa.c index bcb9c9df9..9f25cc1ca 100644 --- a/third_party/aom/aom_dsp/mips/intrapred_msa.c +++ b/third_party/aom/aom_dsp/mips/intrapred_msa.c @@ -9,7 +9,8 @@ * PATENTS file, you can obtain it at www.aomedia.org/license/patent. */ -#include "./aom_dsp_rtcd.h" +#include "config/aom_dsp_rtcd.h" + #include "aom_dsp/mips/macros_msa.h" #define IPRED_SUBS_UH2_UH(in0, in1, out0, out1) \ |