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);