From 688621d76b0762d76a8a470ee190d74e1a7c2dfc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= <Reimar.Doeffinger@gmx.de>
Date: Sun, 31 Jan 2010 12:27:05 +0000
Subject: [PATCH] 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
---
 libavcodec/rv10.c    | 1 +
 libavcodec/rv20enc.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 7b58aa8ef93..47399164756 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 fbcbecb051a..e25a1bc4522 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){
-- 
GitLab