[FFmpeg-cvslog] r24086 - in trunk/libavutil: common.h intmath.h

Diego Biurrun diego
Thu Jul 8 09:55:03 CEST 2010


On Wed, Jul 07, 2010 at 07:27:43PM +0200, mru wrote:
> 
> --- trunk/libavutil/common.h	Wed Jul  7 19:27:39 2010	(r24085)
> +++ trunk/libavutil/common.h	Wed Jul  7 19:27:43 2010	(r24086)
> @@ -312,3 +308,15 @@ static inline av_const int av_ceil_log2(
>  #endif /* HAVE_AV_CONFIG_H */
>  
>  #endif /* AVUTIL_COMMON_H */
> +
> +/*
> + * The following definitions are outside the multiple inclusion guard
> + * to ensure they are immediately available in intmath.h.
> + */

This feels fragile to me.  Shouldn't we try to solve this in another way?

Diego



More information about the ffmpeg-cvslog mailing list