projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7433ca2
)
Mark MSVC compiler macros as such.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 13 Feb 2008 08:33:05 +0000
(08:33 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 13 Feb 2008 08:33:05 +0000
(08:33 +0000)
Originally committed as revision 11918 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/mem.h
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/mem.h
b/libavutil/mem.h
index
84b7728
..
851d140
100644
(file)
--- a/
libavutil/mem.h
+++ b/
libavutil/mem.h
@@
-32,7
+32,7
@@
#elif __GNUC__
#define DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n)))
#define DECLARE_ASM_CONST(n,t,v) static const t v attribute_used __attribute__ ((aligned (n)))
-#el
se
+#el
if _MSVC
#define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v
#define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v
#endif