On 2010-01-18 13:17, David Sveningsson wrote:
> On 2010-01-17 10:06, Martin Storsjö wrote:
>> On Sun, 17 Jan 2010, Danny Backx wrote:
>>
>>> Note I also stumbled on an assembler I cannot solve immediately. Can
>>> you ?
>>>
>>> libavcodec/arm/dsputil_arm.S:711: Error: selected processor does not
>>> support `bx lr'
>>
>> IIRC, you need to configure ffmpeg with --cpu=armv4t for this arm assembly
>> to be supported.
>>
>> // Martin
>
>
> It didn't work with --cpu=armv4t either, so I did replace "bx lr" with
> "mov pc, lr".

Scratch that, with armv4t "bx lr" works but for other families it must 
be replaced with "mov pc, lr".

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to