Browse Source

av_builtin_constant_p()

Originally committed as revision 22770 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
4ed39eedca
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      libavutil/attributes.h

+ 6
- 0
libavutil/attributes.h View File

@@ -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 */

Loading…
Cancel
Save