[Ffmpeg-cvslog] r6213 - in trunk: Changelog MAINTAINERS doc/ffmpeg-doc.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/vp5.c libavcodec/vp56.c libavcodec/vp56.h libavcodec/vp56data.c libavcodec/vp56data.h libavcodec/vp5data.h libavcodec/vp6.c libavcodec/vp6data.h libavformat/flvdec.c libavformat/nsvdec.c libavformat/riff.c libavformat/swf.c

Diego Biurrun diego
Sun Sep 10 06:50:18 CEST 2006


On Sat, Sep 09, 2006 at 10:49:50PM +0100, M?ns Rullg?rd wrote:
> Aurelien Jacobs <aurel at gnuage.org> writes:
> 
> > On Sat, 9 Sep 2006 20:20:53 +0200
> > Diego Biurrun <diego at biurrun.de> wrote:
> >
> >> On Sat, Sep 09, 2006 at 07:19:42PM +0200, aurel wrote:
> >> > --- (empty file)
> >> > +++ trunk/libavcodec/vp5.c	Sat Sep  9 19:19:37 2006
> >> > @@ -0,0 +1,289 @@
> >> > +
> >> > +static void vp5_parse_vector_adjustment(vp56_context_t *s, vp56_mv_t *vector)
> >> > +{
> >> > +
> >> > +        if (!comp)
> >> > +            vector->x = delta;
> >> > +        else
> >> > +            vector->y = delta;
> >> > +    }
> >> > +}
> >> 
> >> Please don't use vector as a name, I have compilation troubles on PPC:
> >> 
> >> vp5.c: In function 'vp5_parse_vector_adjustment':
> >> vp5.c:87: error: parameter name omitted
> >> vp5.c:104: error: expected expression before '__attribute__'
> >> vp5.c:106: error: expected expression before '__attribute__'
> >> make[1]: *** [vp5.o] Error 1
> >
> > Huh ! I never heard about a C keyword named 'vector' ! Nor my copy
> > of ISO C99 does.
> 
> There is no such thing in ISO C.
> 
> > Darn apple :-(
> 
> Yes, it's an Apple thing.

It's a PPC thing.  I run Debian on my PowerBook.

Diego




More information about the ffmpeg-cvslog mailing list