[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] Mips port...
From: |
Rob Savoye |
Subject: |
Re: [Gnash-dev] Mips port... |
Date: |
Thu, 08 Oct 2009 08:20:10 -0600 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20090817) |
Ramesh Chandra wrote:
> Is this the usual behaviour of gnash in mips platform or is there any
> problem in my cross-compilation, is my target very slow for the desired
> flash file? any optimization is needed?
400Mhz is too slow to use software rendering for streaming video. I've
done several MIPS & Longsoon ports (recompiling mostly), and they all
worked fine with software decoding, but had a higher clock rate. Simple
stuff should work fine at 400Mhz though.
- rob -