[FFmpeg-devel] [PATCH] mipsel is not big endian

Aurelien Jacobs aurel
Tue Aug 21 20:33:13 CEST 2007


On Tue, 21 Aug 2007 18:53:04 +0200
Diego Biurrun <diego at biurrun.de> wrote:

> On Tue, Aug 21, 2007 at 12:47:06PM +0100, Johansson Erik-EJO017 wrote:
> > 
> > The attached patch separates the handling of mips and mipsel in
> > configure since they differ in endianess (mipsel is little endian). 
> > 
> > I'm not sure how mmi_deps is supposed to look like, but I assumed it was
> > a space separated list.
> 
> Your assumption is correct.

Not exactly correct. Well, your way of writting a list is good. The semantic
is wrong. Here is what you wrote:
    mmi_deps="mips mipsel"
Which means mmi will be enabled only if mips AND mipsel are true...
I guess what you really want is:
    mmi_deps_any="mips mipsel"

Aurel




More information about the ffmpeg-devel mailing list