mirror of https://github.com/FFmpeg/FFmpeg.git
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/trunkrelease/0.6
parent
d408b77a3a
commit
34e52abb62
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue