[Ffmpeg-devel] question

Ismail Dönmez ismail
Wed Apr 25 11:13:20 CEST 2007


On Wednesday 25 April 2007 12:08:39 Michel Bardiaux wrote:
> N. de Jonge wrote:
> > Hi there,
> >
> > Can anyone tell me what's going on with the "img_convert" function? It
> > seems that Kdenlive stopped working because it relies on the MLT
> > framework, which uses FFmpeg, and if I'm guessing correctly, MLT is
> > calling for "img_convert", but that has become an undefined symbol.
> >
> > Now, someone on #ffmpeg on the Debian Server suggested to me to remove
> > the --enable-swscaler option when running configure for FFmpeg, but that
> > didn't have any effect.
>
> With the latest svn and a vanilla configure, img_convert is still there:
>
> nm -Bo libavcodec/libavcodec.a | fgrep img_convert
> libavcodec/libavcodec.a:imgconvert.o:00000e60 T img_convert
> libavcodec/libavcodec.a:imgresample.o:         U img_convert
>
> So you should post the configure command you use, with its output.
>
> But if I understand the plan, it is indeed that img_convert will become
> internal-only, client code being supposed to use sws_scale, which will
> be implemented using img_convert when --enable-swscaler is off (to
> produce an LGPL build).

To reproduce the problem you need to --enable-swscaler which will 
need --enable-gpl.

Regards,
ismail

-- 
Life is a game, and if you aren't in it to win,
what the heck are you still doing here?

-- Linus Torvalds (talking about open source development)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070425/f30a435a/attachment.pgp>



More information about the ffmpeg-devel mailing list