[FFmpeg-cvslog] r20725 - in trunk/libavcodec: h263.c mpegvideo.h mpegvideo_enc.c
Adrian Stutz
adrian
Thu Dec 24 13:49:08 CET 2009
> Author: michael
> Date: Thu Dec 3 22:36:58 2009
> New Revision: 20725
>
> Log:
> Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific.
>
> Modified:
> trunk/libavcodec/h263.c
> trunk/libavcodec/mpegvideo.h
> trunk/libavcodec/mpegvideo_enc.c
This broke compiling for me on OSX with the following error:
> Undefined symbols:
> "_ff_init_qscale_tab", referenced from:
> _ff_clean_h263_qscales in h263.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [libavcodec.52.dylib] Error 1
These are my configure options:
./configure --enable-gpl --enable-shared --disable-static
--disable-ffmpeg --disable-ffserver --enable-pthreads
--disable-devices --disable-encoders --disable-muxers
--disable-network --enable-postproc --enable-encoder=png
Reverting the commit made the error go away.
Greetings
Adrian
More information about the ffmpeg-cvslog
mailing list