diff options
author | Martin Storsjö <martin@martin.st> | 2014-01-07 12:13:11 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-01-07 19:29:56 +0200 |
commit | 5dae4872357613a0b51120b54a4c5221e0ec3f69 (patch) | |
tree | b8c2f1ff1362289dd8ee16722f25b9195beb6db3 /libavcodec/jacosub.h | |
parent | b7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0 (diff) | |
download | ffmpeg-5dae4872357613a0b51120b54a4c5221e0ec3f69.tar.gz |
arm: Allow overriding the alignment set in the function macro
The function macro always sets .align 2 before declaring the
function label (since 5c5e1ea3) and always sets the section to
.text (since 278caa6a).
The .align 5 before certain functions, added in fc252eba, were added
before .text and .align were added to the function macro and thus
became useless/unused when the function macro got them.
This restores the original intention, to align the loop entry
points.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/jacosub.h')
0 files changed, 0 insertions, 0 deletions