[Ffmpeg-devel] "ff_eval" build error with svn 6351

Panagiotis Issaris takis.issaris
Wed Sep 27 10:56:19 CEST 2006


Hi,

Op woensdag 27 september 2006 11:01, schreef Luca Abeni:
> On Wed, 2006-09-27 at 10:00 +0200, lk wrote:
> > Hi
> > 
> > I'm trying to compile the latest svn ffmpeg (svn 6351 27/09/2006) but there
> > is a compilation error.
> [...]
> > -Wl,-rpath-link,/home/alvarez/media_tools/ffmpeg/libavutil -g -o ffmpeg_g
> > ffmpeg.o cmdutils.o -lavformat -lavcodec -lavutil -lm -lz -lxvidcore -ldl
> > ./libavcodec/libavcodec.a(ratecontrol.o): In function
> > `get_qscale':/home/alvarez/media_tools/ffmpeg/libavcodec/ratecontrol.c:328:
> > undefined reference to `ff_eval'
> > collect2: ld returned 1 exit status
> > make: *** [ffmpeg_g] Error 1
> It looks like LIBAVCODEC_VERSION_INT has been increased, but the calls
> to ff_eval() have not been removed (see libavcodec/eval.c, line 209).
> I suspect that the ff_eval() ---> ff_eval2() conversion is not the only
> thing needed to increase LIBAVCODEC_VERSION_INT, but I am not sure...
> I'll try to have a look during my lunch break
I'm awaiting approval of this [1] patch which does the required ff_eval() -> ff_eval2() 
conversion.

With friendly regards,
Takis

[1] http://article.gmane.org/gmane.comp.video.ffmpeg.devel/37462




More information about the ffmpeg-devel mailing list