1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavutil
Måns Rullgård 34e52abb62 DECLARE_ALIGNED macro for TMS470 compiler
This compiler supports gcc-style alignment attributes for struct,
but not for global variables.  For the latter, alignment can be
specified with a pragma, which does not work for struct members or
local variables.  By using both pragma and attribute, one or the
other will always take effect.

Unfortunately, no means exists for aligning stack variables.

Originally committed as revision 21379 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-22 03:25:25 +00:00
..
2010-01-19 23:25:36 +00:00
2010-01-19 23:25:36 +00:00
2009-12-13 18:42:39 +00:00
2009-08-17 00:15:51 +00:00
2009-02-03 16:45:42 +00:00
2009-04-02 23:22:19 +00:00
2009-04-02 23:22:19 +00:00
2010-01-20 06:01:54 +00:00
2010-01-19 23:25:36 +00:00
2009-08-10 13:42:16 +00:00
2009-12-27 14:40:49 +00:00
2010-01-20 18:54:51 +00:00
2010-01-20 18:54:51 +00:00
2009-07-17 04:30:06 +00:00
2009-11-14 19:15:09 +00:00
2009-03-19 14:49:47 +00:00