[FFmpeg-cvslog] r21277 - trunk/configure

Dominik 'Rathann' Mierzejewski dominik
Mon Jan 18 04:57:50 CET 2010


On Monday, 18 January 2010 at 02:25, mru wrote:
> Author: mru
> Date: Mon Jan 18 02:25:57 2010
> New Revision: 21277
> 
> Log:
> Only set HAVE_MMX when a supported CPU is specified
> 
> Modified:
>    trunk/configure
> 
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	Mon Jan 18 01:34:28 2010	(r21276)
> +++ trunk/configure	Mon Jan 18 02:25:57 2010	(r21277)
> @@ -1789,8 +1789,12 @@ case $cpu in
>          cpuflags="-mcpu=cell"
>          enable ldbrx
>      ;;
> +    i[345]86|pentium)
> +        cpuflags="-march=$cpu"
> +        disable mmx
> +    ;;
>      # targets that do NOT support conditional mov (cmov)
> -    i[345]86|pentium|pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
> +    pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
>          cpuflags="-march=$cpu"
>          disable cmov
>      ;;

Um... Am I seeing this wrong or did you just enable cmov in the non-mmx case?

Regards,
R.

-- 
MPlayer http://mplayerhq.hu | RPMFusion http://rpmfusion.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 ffmpeg-cvslog mailing list