This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
'malloc' attribute isn't supported in old gcc.
Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zuxy Meng
17 years ago
parent
cca6d953c2
commit
0fd48faca5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/mem.h
+ 1
- 1
libavutil/mem.h
View File
@@ -42,7 +42,7 @@
#define DECLARE_ASM_CONST(n,t,v) static const t v
#endif
#if
def __GNUC__
#if
defined(__GNUC__) && (__GNU__ > 3 || __GNU__ == 3 && __GNU_MINOR__ > 0)
#define av_malloc_attrib __attribute__((__malloc__))
#else
#define av_malloc_attrib
Write
Preview
Loading…
Cancel
Save