| Index: source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c
|
| diff --git a/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c b/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c
|
| index cf230037b60842e291febcb1423930aae4912263..dd7ca35d3bd6e0aee9261bc5977dd3187c64199d 100644
|
| --- a/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c
|
| +++ b/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_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_idct16_1d_rows_msa(const int16_t *input, int16_t *output) {
|
|
|