git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b13b1
)
Attribute used is correctly supported by the Intel C compiler since version 11.1.
author
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Wed, 2 Mar 2011 23:25:02 +0000
(
00:25
+0100)
committer
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Wed, 2 Mar 2011 23:25:02 +0000
(
00:25
+0100)
libavutil/mem.h
patch
|
blob
|
history
diff --git
a/libavutil/mem.h
b/libavutil/mem.h
index
4842c36
..
78a2449
100644
(file)
--- a/
libavutil/mem.h
+++ b/
libavutil/mem.h
@@
-29,7
+29,7
@@
#include "attributes.h"
#include "avutil.h"
-#if defined(__INTEL_COMPILER) && __INTEL_COMPILER < 1
20
0 || defined(__SUNPRO_C)
+#if defined(__INTEL_COMPILER) && __INTEL_COMPILER < 1
11
0 || defined(__SUNPRO_C)
#define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
#define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v
#elif defined(__TI_COMPILER_VERSION__)