The alignment directive must obviously precede the label. This was never noticed in ARM mode since the location is already aligned there.
Signed-off-by: Mans Rullgard <m...@mansr.com> --- libavcodec/arm/simple_idct_arm.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/arm/simple_idct_arm.S b/libavcodec/arm/simple_idct_arm.S index 1490f53..a9c3095 100644 --- a/libavcodec/arm/simple_idct_arm.S +++ b/libavcodec/arm/simple_idct_arm.S @@ -491,8 +491,8 @@ __end_bef_a_evaluation: bal __end_a_evaluation -__constant_ptr__: @@ see #defines at the beginning of the source code for values. .align +__constant_ptr__: @@ see #defines at the beginning of the source code for values. .word W1 .word W2 .word W3 -- 1.7.8.3 _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel