minisip enabled video terminate abnormally

Mikael Magnusson mikma264 at gmail.com
Mon Sep 10 13:55:34 CEST 2007


Takashi Ohashi wrote:
> Hi,
> 
> I tryed to build minisip enabled with video, and run,
> but terminated abnormally due to the error below.
> 
> "gtkgui: symbol lookup error: /usr/local/lib/libminisip_video.so.0:
> undefined symbol: _Z12avcodec_initv"
> 

> 2. build procedure
> The procedure I build minisip enabled video is below.
> 
> ----------------------build
> procedure-----------------------------------------
> 1. ffmpeg revision 10253
> 
>   ./configure --enable-debug --enable-gpl --enable-pp --enable-shared
>   make
>   make install
> 

> ---------------------------------------------------------
> Additionaly saying,
> I confirmed library path to libavcodec.
> And I tryed to build ffmpeg with no --enable-shared option ,but the result
> is same.
> 
> Could someone help me with this problem?
> 
> Kind regards,

You may need an older version of ffmpeg. The version in Debian Etch
works for me, and it's dated 20060823. The newer version in Debian
testing/unstable (20070307) can't encode H263, which makes AVCoder crash
in the constructor.

If you update to revision 3425, configure will report if it can't link
against img_convert which is removed in latest versions of ffmpeg. And
it won't tolerate any undefined symbols in libminisip_video.

Mikael


More information about the Minisip-users mailing list