Make DECLARE_ALIGNED macros work with external array specifiers
authorMåns Rullgård <mans@mansr.com>
Thu, 21 Jan 2010 12:59:22 +0000 (12:59 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 21 Jan 2010 12:59:22 +0000 (12:59 +0000)
commit8a24e98d506f0f44ec58e06291fa0fce703fb6a8
tree9197c0d0e638c8ea1622ac2ae473801569ab2b0f
parent2a58e457244025d21b1d07d62e3e8a61ef9af030
Make DECLARE_ALIGNED macros work with external array specifiers

The macro implementation might need the name of the variable being
declared for compiler-specific syntax.  Moving array specifiers outside
the macro invocation allows this to work.

Originally committed as revision 21363 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/mem.h