[MPlayer-cvslog] r28037 - trunk/cpudetect.c

Attila Kinali attila at kinali.ch
Thu Jan 15 18:54:35 CET 2009


On Tue, 25 Nov 2008 19:36:50 +0100 (CET)
cehoyos <subversion at mplayerhq.hu> wrote:

> Modified: trunk/cpudetect.c
> ==============================================================================
> --- trunk/cpudetect.c	(original)
> +++ trunk/cpudetect.c	Tue Nov 25 19:36:50 2008
> @@ -57,10 +57,17 @@ static int has_cpuid(void)
>  	long a, c;
>  
>  // code from libavcodec:
> +#ifdef ARCH_X86_64

This line breaks compilation on x86 as ARCH_X86_64 is always defined,
either as 1 or 0.

				Attila Kinali

-- 
If you want to walk fast, walk alone.
If you want to walk far, walk together.
		-- African proverb



More information about the MPlayer-cvslog mailing list