| Index: source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
|
| diff --git a/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c b/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
|
| index d06756dfaac9174ff02e612b961b5c73359cd2c5..a4a9c2124013423b5c9f3cdbee8a031de31cbf32 100644
|
| --- a/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
|
| +++ b/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
|
| @@ -8,6 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include <assert.h>
|
| #include "vp9/common/mips/msa/vp9_idct_msa.h"
|
|
|
| void vp9_idct8x8_64_add_msa(const int16_t *input, uint8_t *dst,
|
|
|