[SCM] libav/experimental: VC1: fix missing include h263.h

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:46 UTC 2013


The following commit has been merged in the experimental branch:
commit d68b27a95d2c057d434e436e906f56cbf3116e1e
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Feb 21 02:46:44 2010 +0000

    VC1: fix missing include h263.h
    
    Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index d2a50a3..611b845 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -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"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list