changeset 10748:36611425fedb libavcodec

Add required header #includes for mpegvideo.h and config.h.
author diego
date Wed, 30 Dec 2009 11:22:41 +0000
parents b995bfb3e4fd
children 5cca4b6c459d
files dsputil.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.c	Wed Dec 30 11:07:04 2009 +0000
+++ b/dsputil.c	Wed Dec 30 11:22:41 2009 +0000
@@ -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);