diff options
Diffstat (limited to 'third_party/aom/aom_dsp/mips/subtract_msa.c')
-rw-r--r-- | third_party/aom/aom_dsp/mips/subtract_msa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/aom/aom_dsp/mips/subtract_msa.c b/third_party/aom/aom_dsp/mips/subtract_msa.c index 37b89765d..bfed773ac 100644 --- a/third_party/aom/aom_dsp/mips/subtract_msa.c +++ b/third_party/aom/aom_dsp/mips/subtract_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" static void sub_blk_4x4_msa(const uint8_t *src_ptr, int32_t src_stride, |