On Mon, May 19, 2008 at 12:05 PM, Erwan A <mout551 at hotmail.fr> wrote: > Hi all, > > i want to cross compil pjsua on ARM. During cross compilation, i have errors > with libspeex. (vbr.o). I use --disable-floating-point in ./configure > options. > > When i compile speex alone, it is possible to disable vbr. > > When i compile pjsua, i can only use --disable-speex-aec to configure speex, > but there is no options to disable vbr. Is it possible to configure speex > (to compil in fixed point and to disable vbr option) by using pjsua ? > Actually we don't use vbr feature of speex, but we don't have the option to exclude vbr.c from the build process for now. What was the error? By the way yes --disable-floating-point will activate fixed point implementation in speex. Cheers Benny > Regards, > Erwan >