projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458b062
)
av_builtin_constant_p()
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 2 Apr 2010 01:03:27 +0000
(
01:03
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 2 Apr 2010 01:03:27 +0000
(
01:03
+0000)
Originally committed as revision 22770 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/attributes.h
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/attributes.h
b/libavutil/attributes.h
index
0580c98
..
1208bc0
100644
(file)
--- a/
libavutil/attributes.h
+++ b/
libavutil/attributes.h
@@
-104,4
+104,10
@@
#endif
#endif
+#ifdef __GNUC__
+# define av_builtin_constant_p __builtin_constant_p
+#else
+# define av_builtin_constant_p(x) 0
+#endif
+
#endif /* AVUTIL_ATTRIBUTES_H */