[MPlayer-dev-eng] [PATCH] full-featured gcc ppc optimization
Magnus Damm
damm at opensource.se
Thu Jul 3 18:11:21 CEST 2003
> Attached an updated version of the patch.
Two problems:
1. Trivial typo - you need to change the closing "then"
to a "fi". The shell yells syntax error.
2. The $proc variable seems to get a space prior the
number combinaion (" 7400"), so I changed the
case "$proc" to case `echo $proc`.
Otherwise things seems to work out ok.
I use gcc-3.2 under Linux on a 7400.
/ magnus
More information about the MPlayer-dev-eng
mailing list