Ubuntu packages
Mikael Magnusson
mikma264 at gmail.com
Tue Jul 4 20:09:00 CEST 2006
Markus Lutzer wrote / skrev:
> Mikael, thank you very much for the packages! They seem to work very well.
>
> How to get ilbc support? Do I have to compile minisip again? Are ilbc
> packages available somewhere else? Is ilbc in the minisip source or is
> it a separate project?
>
>
Yes, the iLBC codec is in svn trunk
(svn://svn.minisip.org/minisip/trunk/milbc).
You should be able to compile current trunk without recompiling minisip
if you install libminisip-dev from my repository. You also need
autotools (autoconf, automake and libtool), since you need to run
bootstrap. (The config.h header file was previously missing from
milbc/include.)
svn export svn://svn.minisip.org/minisip/trunk/milbc milbc-trunk
cd milbc-trunk
./bootstrap
./configure --prefix=/usr --disable-static
make
make install
Mikael
More information about the Minisip-users
mailing list