Revision aaa0df02 libavutil/mem.h
libavutil/mem.h | ||
---|---|---|
26 | 26 |
#ifndef AVUTIL_MEM_H |
27 | 27 |
#define AVUTIL_MEM_H |
28 | 28 |
|
29 |
#ifdef __ICC
|
|
29 |
#if defined(__ICC) || defined(__SUNPRO_C)
|
|
30 | 30 |
#define DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n))) |
31 | 31 |
#define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v |
32 | 32 |
#elif defined(__GNUC__) |
Also available in: Unified diff