changeset 11230:9f25ae41c807 libavcodec

VC1: fix missing include h263.h
author mru
date Sun, 21 Feb 2010 02:46:44 +0000
parents d53e56a6228b
children 0fc1cdd984b7
files vc1dec.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"