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

Diego Biurrun diego
Tue Aug 21 18:53:04 CEST 2007


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.

> --- ffmpeg-20070820.orig/configure	2007-08-18 10:57:38.000000000 +0200
> +++ ffmpeg-20070820/configure	2007-08-21 13:38:42.000000000 +0200
> @@ -1078,6 +1082,7 @@
>  enable $arch
>  enabled_any x86_32 x86_64 && enable x86
>  enabled     sparc64       && enable sparc
> +enabled     mipsel        && enable mips

Why?

Diego




More information about the ffmpeg-devel mailing list