| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index 7213fe7ac39eefd3f6051cc3e420c67efa909639..88faf5cb58dd5a7da580926a610b99baad277ff3 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -105,7 +105,11 @@ extern "C" {
|
| #define HAS_COPYROW_SSE2
|
| #define HAS_H422TOARGBROW_SSSE3
|
| #define HAS_I400TOARGBROW_SSE2
|
| +#if !(defined(_DEBUG) && defined(__i386__))
|
| +// TODO(fbarchard): fix build error on x86 debug
|
| +// https://code.google.com/p/libyuv/issues/detail?id=524
|
| #define HAS_I411TOARGBROW_SSSE3
|
| +#endif
|
| #if !(defined(_DEBUG) && defined(__i386__))
|
| // TODO(fbarchard): fix build error on android_full_debug=1
|
| // https://code.google.com/p/libyuv/issues/detail?id=517
|
|
|