I plan to compile MPEG4IP multimedia player called MP4player.

http://mpeg4ip.sourceforge.net/

Everything is OK, except when I run the program the result is "unable to dlopen ffmpeg plugin: "img_convert" not found."

Apparently modern/recent version of ffmpeg (from SVN) use "swscaler" and not the old, obsolete "img_convert".

Unfortunately Mpeg4ip still use the old "img_convert".

http://ffmpeg.mplayerhq.hu/download.html

I try to compile old version of ffmpeg, but there is a message:
"Internal compiler error".

The new ffmpeg from SVN works perfectly.

Only 1 program on Mpeg4IP package call "img_convert".
How to change this program from img_convert to swscaler?

Thank you.

Name of program:
mpeg4ip-1.5.0.1/player/plugin/video/ffmpeg/ffmpeg.cpp
Line 569:

img_convert(&to, PIX_FMT_YUV420P,
&from, ffmpeg->m_c->pix_fmt,
ffmpeg->m_c->width, ffmpeg->m_c->height);