[Mplayer-cvslog] CVS: main/postproc swscale_altivec_template.c, 1.2, 1.3

The Wanderer inverseparadox at comcast.net
Fri Jun 4 20:43:43 CEST 2004


Michael Niedermayer wrote:

> Hi
> 
> On Friday 04 June 2004 19:08, The Wanderer wrote:
> 
>>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...
> 
> do u see a difference between (x) and {x} ? if not u maybe should use
> a different font

You're right, it was too small to be easily seen - I've run into that
problem a few times before. Sorry for the mixup.

-- 
       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