summaryrefslogtreecommitdiffstats
path: root/vp8/common/recon.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/recon.h')
-rw-r--r--vp8/common/recon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vp8/common/recon.h b/vp8/common/recon.h
index e608f21..c7a1ca1 100644
--- a/vp8/common/recon.h
+++ b/vp8/common/recon.h
@@ -36,6 +36,12 @@ struct vp8_recon_rtcd_vtable;
#include "arm/recon_arm.h"
#endif
+#if ARCH_MIPS
+#if defined(MIPS_DSP_REV) && MIPS_DSP_REV>=1
+#include "mips/recon_mips.h"
+#endif
+#endif
+
#ifndef vp8_recon_copy16x16
#define vp8_recon_copy16x16 vp8_copy_mem16x16_c
#endif