| Index: include/libyuv/rotate_row.h
|
| diff --git a/include/libyuv/rotate_row.h b/include/libyuv/rotate_row.h
|
| index 020cf2173930f006f4affda2499b57351d5f1139..e3838295ce1eb3d3faf9d2e034b8c53dc8e137a0 100644
|
| --- a/include/libyuv/rotate_row.h
|
| +++ b/include/libyuv/rotate_row.h
|
| @@ -68,6 +68,8 @@ void TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride,
|
| uint8* dst, int dst_stride, int width);
|
| void TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride,
|
| uint8* dst, int dst_stride, int width);
|
| +void TransposeWx8_Fast_MIPS_DSPR2(const uint8* src, int src_stride,
|
| + uint8* dst, int dst_stride, int width);
|
|
|
| void TransposeWx8_Any_NEON(const uint8* src, int src_stride,
|
| uint8* dst, int dst_stride, int width);
|
|
|