Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: libavutil/attributes.h

Issue 9317107: FFmpeg merge diff after patches. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« libavformat/oggdec.c ('K') | « libavformat/oggdec.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
/**
« libavformat/oggdec.c ('K') | « libavformat/oggdec.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698