Luca Barbato <lu_z...@gentoo.org> writes:

> On 5/12/11 4:35 PM, Martin Aumüller wrote:
>> Surround ff_vp8_dct_cat_prob by X() in order to fix iOS build
>> ---
>>   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 88fa398..11d3521 100644
>> --- a/libavcodec/arm/vp8_armv6.S
>> +++ b/libavcodec/arm/vp8_armv6.S
>> @@ -180,7 +180,7 @@ function ff_decode_block_coeffs_armv6, export=1
>>           rac_get_prob    r5,  r6,  r7,  r8,  r0,  r9,  r10
>>           mov             r9,  #8
>>           addge           r12, r12, #1
>> -        movrel          r4,  ff_vp8_dct_cat_prob
>> +        movrel          r4,  X(ff_vp8_dct_cat_prob)
>>           lsl             r9,  r9,  r12
>>           ldr             r4,  [r4, r12, lsl #2]
>>           add             r12, r9,  #3
>
> This patch is ok, I had the same change in another revision that
> didn't hit the ml yet due macosx sendmail being somehow misconfigured.

This is correct, but it might as well be combined with the X(memset)
needed elsewhere.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to