diff vc1dec.c @ 11230:9f25ae41c807 libavcodec

VC1: fix missing include h263.h
author mru
date Sun, 21 Feb 2010 02:46:44 +0000
parents 9ccc13d1144d
children f64dd8297105
line wrap: on
line diff
--- a/vc1dec.c	Sun Feb 21 00:11:01 2010 +0000
+++ b/vc1dec.c	Sun Feb 21 02:46:44 2010 +0000
@@ -29,6 +29,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "vc1.h"
 #include "vc1data.h"
 #include "vc1acdata.h"