[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

Rich Felker dalias
Sun Sep 10 18:27:49 CEST 2006


On Sun, Sep 10, 2006 at 01:33:23PM +0200, Luca Barbato wrote:
> Rich Felker wrote:
> > On Sat, Sep 09, 2006 at 11:47:38PM +0200, Luca Barbato wrote:
> >> vector is/should be a define not a keyword, same as pixel.
> >> I'd rename it nonetheless.
> > 
> > Then where is it getting defined?
> 
> altivec.h
> 
> #if !defined(__APPLE_ALTIVEC__)
> /* You are allowed to undef these for C++ compatibility.  */
> #define vector __vector
> #define pixel __pixel
> #define bool __bool
> #endif
> 
> You know already that I don't like that much gcc-apple.

Why was altivec.h getting included in a non-arch-specific file??

Rich





More information about the ffmpeg-cvslog mailing list