lists.zerezo.com



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MPlayer-dev-eng] [PATCH] correct illegal instruction on < armv5tE



> Hi,
>
> On Wednesday 08 October 2008 01:01, GNUtoo@xxxxxxxxxx wrote:
>> hello, I wanted to cross-compile mplayer from svn but it
>> failed...that's because the pld instruction is not supported by
>> my platform(armv4): More precisely the pld instruction was
>> introduced in armv5tE variants( but is not present on armv5texp)
> [...]
>> I bet the patch won't be accepted as-is because it has a
>> performance cost on the platform where the pld instruction is
>> supported because the pld instruction preloads things...
>
> Then just use
> #ifdef HAVE_ARMV5TE
> #endif /* HAVE_ARMV5TE */
> closure around this instruction.
>
> Best regards,
> Andrew
thanks a lot...here's the updated patch...it took a long time because I
don't have much time theses days
I tested it and it compiles and runs(youtube works)

Attachment: arm_illegal_instruction.patch
Description: Binary data

_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng