Re: [mpeg2-dev] [PATCH] AltiVec vector declaration syntax

2008-07-12 Thread Christophe Massiot
At 19:22 +0200 2/07/08, Diego Biurrun wrote: > > In the meantime, my proposed patch should be a rather reasonable >> workaround. > >.. ping .. Pong ! Applied, thanks, -- Christophe Massiot. - Sponsored by: SourceForge.net

Re: [mpeg2-dev] [PATCH] AltiVec vector declaration syntax

2008-07-02 Thread Diego Biurrun
On Fri, May 30, 2008 at 02:29:43PM +0200, Diego Biurrun wrote: > Here is a patch to handle AltiVec vector declaration syntax in a > slightly better way. Yes, this reverts a patch I sent earlier :) > > Apple's gcc accepts vector declarations with () instead of {} like the > FSF gcc. Newer variant

[mpeg2-dev] [PATCH] AltiVec vector declaration syntax

2008-05-30 Thread Diego Biurrun
Here is a patch to handle AltiVec vector declaration syntax in a slightly better way. Yes, this reverts a patch I sent earlier :) Apple's gcc accepts vector declarations with () instead of {} like the FSF gcc. Newer variants of the Apple compiler understand {} as well and complain about () when