[FFmpeg-cvslog] r20974 - trunk/libavcodec/dsputil.c
Reimar Döffinger
Reimar.Doeffinger
Wed Dec 30 12:42:18 CET 2009
On Wed, Dec 30, 2009 at 12:22:41PM +0100, diego wrote:
> Author: diego
> Date: Wed Dec 30 12:22:41 2009
> New Revision: 20974
>
> Log:
> Add required header #includes for mpegvideo.h and config.h.
>
> Modified:
> trunk/libavcodec/dsputil.c
>
> Modified: trunk/libavcodec/dsputil.c
> ==============================================================================
> --- trunk/libavcodec/dsputil.c Wed Dec 30 12:07:04 2009 (r20973)
> +++ trunk/libavcodec/dsputil.c Wed Dec 30 12:22:41 2009 (r20974)
> @@ -35,6 +35,8 @@
> #include "mathops.h"
> #include "h263.h"
> #include "snow.h"
> +#include "mpegvideo.h"
> +#include "config.h"
I think config.h should always be at the very top if it is needed.
More information about the ffmpeg-cvslog
mailing list