[MPlayer-dev-eng] Re: [MPlayer-users] CVS compile error on PPC

D Richard Felker III dalias at aerifal.cx
Fri Jan 24 18:36:42 CET 2003


On Fri, Jan 24, 2003 at 05:21:48PM +0100, Daniel Egger wrote:
> The compiler switches are trivial to fix, I already had them until I
> did a cvs update -C by accident. The different initialisers are a
> completely different problem, instead of writing
> 
> vector unsigned short foo = (0, 1, 2, 3, 4, 5, 6, 7);

Whichever compiler wants this is totally brain damaged. The above code
is indistinguishable from vector unsigned short foo = 7;

Rich



More information about the MPlayer-dev-eng mailing list