[MPlayer-dev-eng] [PATCH] --target=alpha_ev5-linux

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Sat Oct 6 16:17:43 CEST 2007


On Saturday, 06 October 2007 at 15:16, A Mennucc wrote:
[...]
> >>  int main() {
> >>      unsigned long ver, mask;
> >> @@ -2142,9 +2149,8 @@
> > 
> > Cosmetics.
> 
> yes; just reindented to represent code block
> 
> the "real code" is just  3 lines
[...]

I still think that the cosmetic indentation fix below
should be in a separate patch. Without it, the whole hunk
would consist of only adding "fi".

>      return 0;
>  }
>  EOF
> -    $_cc -o "$TMPEXE" "$TMPC"
> -    case `"$TMPEXE"` in
> -
> +     $_cc -o "$TMPEXE" "$TMPC"
> +     case `"$TMPEXE"` in
>          0-0)    proc="ev4";   _mvi="0";;
>          1-0)    proc="ev5";   _mvi="0";;
>          1-1)    proc="ev56";  _mvi="0";;
>          1-101)  proc="pca56"; _mvi="1";;
>          2-303)  proc="ev6";   _mvi="1";;
>          2-307)  proc="ev67";  _mvi="1";;
>          2-1307) proc="ev68";  _mvi="1";;
> -    esac
> +     esac
> +    fi
>      echores "$proc"
>      
>      echocheck "GCC & CPU optimization abilities"
>      if test "$proc" = "ev68" ; then


Regards,
R.

-- 
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan



More information about the MPlayer-dev-eng mailing list