[SCM] libav/experimental: Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and ff_h263_encode_mba

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 688621d76b0762d76a8a470ee190d74e1a7c2dfc
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sun Jan 31 12:27:05 2010 +0000

    Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and
    ff_h263_encode_mba
    
    Originally committed as revision 21568 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 7b58aa8..4739916 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -28,6 +28,7 @@
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
+#include "mpeg4video.h"
 #include "h263.h"
 
 //#define DEBUG
diff --git a/libavcodec/rv20enc.c b/libavcodec/rv20enc.c
index fbcbecb..e25a1bc 100644
--- a/libavcodec/rv20enc.c
+++ b/libavcodec/rv20enc.c
@@ -26,6 +26,7 @@
  */
 
 #include "mpegvideo.h"
+#include "h263.h"
 #include "put_bits.h"
 
 void rv20_encode_picture_header(MpegEncContext *s, int picture_number){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list