[MPlayer-dev-eng] [PATCH] configure to detect prescott and nocona

Diego Biurrun diego at biurrun.de
Sun Oct 23 15:52:27 CEST 2005


On Mon, Oct 17, 2005 at 02:58:50PM -0700, Corey Hickey wrote:
> 
> It's ok. This should be dealt with, somehow. I've written up a patch
> partly based on your two patches.
> 
> Some testing on prescott and nocona machines would be prudent.
> 
> Notes:
> 
> -----
> I moved a part of the x86 section wherein configure sets pname, pvendor,
> etc.. This is now its own section, and is run 'if (x86 || x86_64)'

What would be the advantage of that?

> @@ -838,7 +841,9 @@
>  	fi
>  	;;
>      6) iproc=686
> -	if test "$pmodel" -ge 7; then
> +	if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then
> +		proc=pentium-m
> +	elif test "$pmodel" -ge 7; then

OK, but you forgot to add pentium-m to the section where compiler
capabilities are checked below..

Patch applied with some modifications and without moving the section.

Diego




More information about the MPlayer-dev-eng mailing list