[FFmpeg-devel] [PATCH 2/2] ARM: VP8: fix build on systems with global symbol prefix

Ronald S. Bultje rsbultje
Sun Feb 27 14:50:26 CET 2011


Hi,

On Sat, Feb 26, 2011 at 1:07 PM, Mans Rullgard <mans at mansr.com> wrote:
> Signed-off-by: Mans Rullgard <mans at mansr.com>
> ---
> ?libavcodec/arm/vp8_armv6.S | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/arm/vp8_armv6.S b/libavcodec/arm/vp8_armv6.S
> index 54c036b..d981db8 100644
> --- a/libavcodec/arm/vp8_armv6.S
> +++ b/libavcodec/arm/vp8_armv6.S
> @@ -56,7 +56,7 @@
>
> ?function ff_decode_block_coeffs_armv6, export=1
> ? ? ? ? push ? ? ? ? ? ?{r0,r1,r4-r11,lr}
> - ? ? ? ?movrel ? ? ? ? ?lr, ?ff_vp56_norm_shift
> + ? ? ? ?movrel ? ? ? ? ?lr, ?X(ff_vp56_norm_shift)
> ? ? ? ? ldrd ? ? ? ? ? ?r4, ?r5, ?[sp, #44] ? ? ? ? ? ? @ token_prob, qmul
> ? ? ? ? cmp ? ? ? ? ? ? r3, ?#0
> ? ? ? ? ldr ? ? ? ? ? ? r11, [r5]
> --
> 1.7.4.1

Looks OK.

Ronald



More information about the ffmpeg-devel mailing list