[FFmpeg-cvslog] r29353 - trunk/libswscale/swscale_internal.h

Kostya kostya.shishkov
Thu Jun 11 19:11:38 CEST 2009


On Thu, Jun 11, 2009 at 06:44:47PM +0200, Michael Niedermayer wrote:
> On Thu, Jun 11, 2009 at 12:19:04PM +0200, diego wrote:
> > Author: diego
> > Date: Thu Jun 11 12:19:04 2009
> > New Revision: 29353
> > 
> > Log:
> > Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
> > This fixes swscale-example compilation.
> > 
> > Modified:
> >    trunk/libswscale/swscale_internal.h
> > 
> > Modified: trunk/libswscale/swscale_internal.h
> > ==============================================================================
> > --- trunk/libswscale/swscale_internal.h	Sun Jun  7 16:42:43 2009	(r29352)
> > +++ trunk/libswscale/swscale_internal.h	Thu Jun 11 12:19:04 2009	(r29353)
> > @@ -28,6 +28,7 @@
> >  #endif
> >  
> >  #include "libavutil/avutil.h"
> 
> > +#include "libavutil/internal.h"
> 
> anyone against me renaming this header to
> internal_to_libavutil_under_absolutely_no_circumstances_include_this_outside_libavutil.h
> ?

I'd prefer extra-evil inclusion check instead (like special #define).
 
> ;)
> 
> [...]
> -- 
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB



More information about the ffmpeg-cvslog mailing list