summaryrefslogtreecommitdiffstats
path: root/vp8/common/subpixel.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/subpixel.h')
-rw-r--r--vp8/common/subpixel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vp8/common/subpixel.h b/vp8/common/subpixel.h
index c573d48..12bbdc9 100644
--- a/vp8/common/subpixel.h
+++ b/vp8/common/subpixel.h
@@ -26,6 +26,12 @@
#include "arm/subpixel_arm.h"
#endif
+#if ARCH_MIPS
+#if defined(MIPS_DSP_REV) && MIPS_DSP_REV>=2
+#include "mips/subpixel_mips.h"
+#endif
+#endif
+
#ifndef vp8_subpix_sixtap16x16
#define vp8_subpix_sixtap16x16 vp8_sixtap_predict16x16_c
#endif