Revision 0fd48fac
libavutil/mem.h | ||
---|---|---|
42 | 42 |
#define DECLARE_ASM_CONST(n,t,v) static const t v |
43 | 43 |
#endif |
44 | 44 |
|
45 |
#ifdef __GNUC__
|
|
45 |
#if defined(__GNUC__) && (__GNU__ > 3 || __GNU__ == 3 && __GNU_MINOR__ > 0)
|
|
46 | 46 |
#define av_malloc_attrib __attribute__((__malloc__)) |
47 | 47 |
#else |
48 | 48 |
#define av_malloc_attrib |
Also available in: Unified diff