Commit 73b0f893 authored by michael's avatar michael

av_builtin_constant_p()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22770 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 42a2ed80
...@@ -104,4 +104,10 @@ ...@@ -104,4 +104,10 @@
#endif #endif
#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 */ #endif /* AVUTIL_ATTRIBUTES_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment