Chromium Code Reviews| Index: libavutil/attributes.h |
| diff --git a/libavutil/attributes.h b/libavutil/attributes.h |
| index 0a6fda172bebd18eba98c83f8ca8fa7152c363df..9a801d58411bda172639d78bccb53eeb9fc4ae13 100644 |
| --- a/libavutil/attributes.h |
| +++ b/libavutil/attributes.h |
| @@ -89,11 +89,12 @@ |
| #endif |
| #ifndef attribute_deprecated |
| -#if AV_GCC_VERSION_AT_LEAST(3,1) |
| -# define attribute_deprecated __attribute__((deprecated)) |
| -#else |
| +// TODO(dalecurtis): Revert once http://crbug.com/112673 is fixed. |
|
DaleCurtis
2012/02/04 18:06:20
See bug, I was able to remove all but one of the d
|
| +//#if AV_GCC_VERSION_AT_LEAST(3,1) |
| +//# define attribute_deprecated __attribute__((deprecated)) |
| +//#else |
| # define attribute_deprecated |
| -#endif |
| +//#endif |
| #endif |
| /** |