[FFmpeg-cvslog] r19573 - in trunk/libavcodec: mpegvideo_enc.c rv10.c

Diego Biurrun diego
Tue Aug 4 01:23:41 CEST 2009


On Mon, Aug 03, 2009 at 09:18:32PM +0200, Andreas ?man wrote:
> >
> >Log:
> >Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.
> >It is better to keep the declarations in conditionally compiled places.
> 
> for $ ./configure --disable-encoders
> 
> this fails with:
> 
> /home/andoma/ffmpeg/libavcodec/libavcodec.a(rv10.o):(.data+0xd0): 
> undefined reference to `MPV_encode_init'
> /home/andoma/ffmpeg/libavcodec/libavcodec.a(rv10.o):(.data+0xd4): 
> undefined reference to `MPV_encode_picture'
> /home/andoma/ffmpeg/libavcodec/libavcodec.a(rv10.o):(.data+0xd8): 
> undefined reference to `MPV_encode_end'
> /home/andoma/ffmpeg/libavcodec/libavcodec.a(rv10.o):(.data+0x130): 
> undefined reference to `MPV_encode_init'
> /home/andoma/ffmpeg/libavcodec/libavcodec.a(rv10.o):(.data+0x134): 
> undefined reference to `MPV_encode_picture'
> /home/andoma/ffmpeg/libavcodec/libavcodec.a(rv10.o):(.data+0x138): 
> undefined reference to `MPV_encode_end'

Fixed.

Diego



More information about the ffmpeg-cvslog mailing list