Hello,

The speex dependency is mandatory.
However it is quite easy to cross compile speex on arm:

taken from my README.arm in linphone's tree:

Cross compiling speex for ARM:
********************************
First you need to remove ogg headers from your build system to avoid a dirty 
conflict between
your build machine binaries and the arm binaries. They are usually in a 
libogg-dev package (rpm or deb).
Then:
./configure --prefix=/usr --host=arm-linux --with-gnu-ld --disable-static 
--enable-fixed-point --enable-arm-asm
make
make install DESTDIR=$ARM_INSTALL_TREE
make install DESTDIR='pwd'/armbuild

Simon


Le Mardi 18 Octobre 2005 15:17, Kushal Dalal a écrit :
> Hello,
>
> I am cross compiling linphonec-1.1.0  for ARM - MIZI Embedded Linux
> platform.(for Samsung S3C2410 board.)
> I am using cross compilaton tool chain by MIZI.
> I would like to remove speex depedancy for the package.
> I tried "--with-speex=no" and "--without-speex" while running configure
> script.
> But it is not working. I think there is a bug in that script at speex part.
> What could be the solution?
> Even I am not able to cross compile Speex with my tool chain !!..
>
> Thanks in advance.
>
> -Kushal Dalal


_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to