[Mplayer-dev-eng] mplayer-cvs doesn't compile with gcc-3.0 (debian sid) + paSat Jun 9 02:29:04 2001

Arpi arpi at thot.banki.hu
Sat Jun 9 02:30:06 CEST 2001


Hi,

Is this change required for gcc 3.0, or it was cosmetic change?

> -	printf("!! libac3: using "
> -#ifdef HAVE_SSE
> -	       "SSE"
> +#if defined(HAVE_SSE)
> +	printf("!! libac3: using SSE optimization\n");
> +#elif defined(HAVE_3DNOWEX)
> +	printf("!! libac3: using 3dNow-dsp! optimization\n");
> +#elif defined(HAVE_3DNOW)
> +	printf("!! libac3: using 3dNow! optimization\n");
>  #else
> -#ifdef HAVE_3DNOWEX
> -	       "3dNow-dsp!"
> -#else
> -#ifdef HAVE_3DNOW
> -		"3dNow!"
> -#else
> -		"FPU"
> -#endif
> -#endif
> +	printf("!! libac3: using FPU optimization\n");
>  #endif
> -		" optimization\n");
>  }


A'rpi / Astral & ESP-team

--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu

_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list