On 2012-01-13 19:03:18 +0000, Måns Rullgård wrote:
> 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 <[email protected]>
> ---
>  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

ok

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to