comparison attributes.h @ 895:6ea86beeedb2 libavutil

av_builtin_constant_p()
author michael
date Fri, 02 Apr 2010 01:03:27 +0000
parents efba70214ef1
children 0795a743bda1
comparison
equal deleted inserted replaced
894:6be1c118d9d6 895:6ea86beeedb2
102 #else 102 #else
103 # define av_uninit(x) x 103 # define av_uninit(x) x
104 #endif 104 #endif
105 #endif 105 #endif
106 106
107 #ifdef __GNUC__
108 # define av_builtin_constant_p __builtin_constant_p
109 #else
110 # define av_builtin_constant_p(x) 0
111 #endif
112
107 #endif /* AVUTIL_ATTRIBUTES_H */ 113 #endif /* AVUTIL_ATTRIBUTES_H */