Chromium Code Reviews| Index: include/libyuv/row.h |
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h |
| index 40e53e15c873f98fd71a61d5a33ee7d0e82b7b52..deed8a422df5f17e507de684b3fbc4e5b8d11a31 100644 |
| --- a/include/libyuv/row.h |
| +++ b/include/libyuv/row.h |
| @@ -182,6 +182,7 @@ extern "C" { |
| #define HAS_SOBELXROW_SSE2 |
| #define HAS_SOBELXYROW_SSE2 |
| #define HAS_SOBELYROW_SSE2 |
| +#define HAS_BLENDPLANEROW_SSSE3 |
| #endif |
| // The following are available on all x86 platforms, but |