[MPlayer-dev-eng] Patch to support Linux on MIPS/MIPS64

Aurelien Jacobs aurel at gnuage.org
Sun Feb 12 16:21:04 CET 2006


On Sun, 12 Feb 2006 13:17:20 +0000 (GMT)
Matthew Johnson <matt at matthew.ath.cx> wrote:

> On Sun, 12 Feb 2006, Guillaume POIRIER wrote:
> 
> > Looks like your attachment did not make it to the mailing list. Please
> > resend, but this time, you also need to send a patch against CVS
> > version of MPlayer. pre7 is unfortunately too old.
> 
> Sorry, my FCC didn't save a copy and I resent. Attached now. CVS matches
> mips* rather than mips, but still doesn't check -march settings from
> /proc on linux, so this patch adds that.
> 
> +   elif [[ $system_name == "Linux" ]]
> +   then

That looks a bit strange. At least not consistent.
I think this would be prefered :

+   elif [ $system_name = "Linux" ]; then

Also duplicating the whole R* case is probably not a good idea.

Aurel




More information about the MPlayer-dev-eng mailing list