From af818f7a6612e70320f83c7ef0ddc9bfd035d18b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 30 Dec 2009 11:22:41 +0000 Subject: [PATCH] Add required header #includes for mpegvideo.h and config.h. Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index ffa8cecd4a..d3cd6430eb 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -35,6 +35,8 @@ #include "mathops.h" #include "h263.h" #include "snow.h" +#include "mpegvideo.h" +#include "config.h" /* snow.c */ void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);