projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949cd97
)
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 10 Feb 2009 01:24:06 +0000
(
01:24
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 10 Feb 2009 01:24:06 +0000
(
01:24
+0000)
Originally committed as revision 17114 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/common.h
patch
|
blob
|
history
diff --git
a/libavutil/common.h
b/libavutil/common.h
index 6887cf02f9c71909ddea32fd6a8e1364258aada1..506c68f701aba8fdc543dc59bc4b3ea5896369a7 100644
(file)
--- a/
libavutil/common.h
+++ b/
libavutil/common.h
@@
-78,7
+78,7
@@
#endif
#ifndef av_flatten
-#if
defined(__GNUC__) && (__GNUC__ > 4 || __GNUC__ == 4 && __GNUC_MINOR__ > 0
)
+#if
AV_GCC_VERSION_AT_LEAST(4,1
)
# define av_flatten __attribute__((flatten))
#else
# define av_flatten