diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-03-12 13:40:53 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-12 21:54:37 +0100 |
commit | 599888a48040f4086c9086aae958b7231b37afcc (patch) | |
tree | 8d3fc59ae0a3c6e8cc89f59d15d95cd316534188 /libavutil/des.c | |
parent | 3069e70f62fa506c6b86bd7dac4fcb139c886f37 (diff) | |
download | ffmpeg-599888a48040f4086c9086aae958b7231b37afcc.tar.gz |
Move struc FFTContext below SECTION_RODATA
Yasm creates an implicit unaligned text section if "struc" is used
outside of any section:
http://tortall.lighthouseapp.com/projects/78676-yasm/tickets/247
Since yasm only honors the "align" annotation on the first declaration
of a section, this implicit text section causes all text section
alignments to be ignored. Also fixes a yasm warning about it agnoring
alignment.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/des.c')
0 files changed, 0 insertions, 0 deletions