mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
'malloc' attribute isn't supported in old gcc.
Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cca6d953c2
commit
0fd48faca5
@ -42,7 +42,7 @@
|
|||||||
#define DECLARE_ASM_CONST(n,t,v) static const t v
|
#define DECLARE_ASM_CONST(n,t,v) static const t v
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#if defined(__GNUC__) && (__GNU__ > 3 || __GNU__ == 3 && __GNU_MINOR__ > 0)
|
||||||
#define av_malloc_attrib __attribute__((__malloc__))
|
#define av_malloc_attrib __attribute__((__malloc__))
|
||||||
#else
|
#else
|
||||||
#define av_malloc_attrib
|
#define av_malloc_attrib
|
||||||
|
Loading…
Reference in New Issue
Block a user