[Mplayer-cvslog] CVS: main/postproc swscale_altivec_template.c, 1.2, 1.3
The Wanderer
inverseparadox at comcast.net
Fri Jun 4 19:08:34 CEST 2004
Michael Niedermayer CVS wrote:
> #ifdef CONFIG_DARWIN
> -static const vector signed int vzero =
> - (vector signed int)(0, 0, 0, 0);
> -static const vector unsigned int altivec_vectorShiftInt19 =
> - (vector unsigned int)(19, 19, 19, 19);
> +#define AVV(x...) (x)
> #else
> +#define AVV(x...) {x}
> +#endif
> +
Is there any point to this #ifdef? It looks to me as if you're doing the
same thing regardless of whether or not it's true...
--
The Wanderer
Warning: Simply because I argue an issue does not mean I agree with any
side of it.
A government exists to serve its citizens, not to control them.
More information about the MPlayer-cvslog
mailing list