# HG changeset patch # User reimar # Date 1264940825 0 # Node ID 86bf7e0db6ea902da1697db2255490b45934ef2e # Parent fbeb4ea31f879cf6b8dd89f16e72842b03facf9c Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and ff_h263_encode_mba diff -r fbeb4ea31f87 -r 86bf7e0db6ea rv10.c --- a/rv10.c Sun Jan 31 12:06:33 2010 +0000 +++ b/rv10.c Sun Jan 31 12:27:05 2010 +0000 @@ -28,6 +28,7 @@ #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" +#include "mpeg4video.h" #include "h263.h" //#define DEBUG diff -r fbeb4ea31f87 -r 86bf7e0db6ea rv20enc.c --- a/rv20enc.c Sun Jan 31 12:06:33 2010 +0000 +++ b/rv20enc.c Sun Jan 31 12:27:05 2010 +0000 @@ -26,6 +26,7 @@ */ #include "mpegvideo.h" +#include "h263.h" #include "put_bits.h" void rv20_encode_picture_header(MpegEncContext *s, int picture_number){