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

Johansson Erik-EJO017 erik.johansson
Tue Aug 21 14:10:38 CEST 2007


> How does this difference matter for our configure?

When you cross compile, the check for big endian is done with:
    if test "$arch" = "powerpc" -o "$arch" = "mips" ; then
        bigendian="yes"
    fi

which is wrong for mipsel.

// Erik





More information about the ffmpeg-devel mailing list