summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/rv10.c1
-rw-r--r--libavcodec/rv20enc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 7b58aa8ef9..4739916475 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 fbcbecb051..e25a1bc452 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){