| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index fcd62b0f5994e5ae91fe57e24e6e5c45512bce59..ea1323c7055b9da990044e5f2a6323c03a24a310 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -187,6 +187,8 @@ extern "C" {
|
| (!defined(__clang__) || defined(__SSSE3__))
|
| #define HAS_I422TOARGBROW_SSSE3
|
| #define HAS_I422TOABGRROW_SSSE3
|
| +#define HAS_I422ALPHATOARGBROW_SSSE3
|
| +#define HAS_I422ALPHATOABGRROW_SSSE3
|
| #endif
|
|
|
| // The following are available for AVX2 Visual C and clangcl 32 bit:
|
|
|