Re: [jdev] Re: Re: where to talk about it?

2006-01-03 Thread Andro
But did you succeed at running this configure script with speex support (without a warning)? Charles On 1/3/06, Remko Troncon [EMAIL PROTECTED] wrote: What system are you running on? what speex version? how about the other? Debian, but Psi doesn't use the configure script to build libjingle.

Re: [jdev] Re: Re: Re: where to talk about it?

2006-01-03 Thread Andro
By the way, I made a call using psi-jingle, and looking at the xml console it seems that jingle choosed PCMU as codec according to : description xmlns=http://www.google.com/session/phone; payload-type id=0 name=PCMU / /description the voice of the other end was

Re: [jdev] Re: where to talk about it?

2006-01-02 Thread Andro
On 12/31/05, Remko Troncon [EMAIL PROTECTED] wrote: On 31 Dec 2005, at 5:29, Andro wrote: --with-speex=/usr/include/speex/ doesn't make the trick, I get As far as i can tell, that's not a valid speex prefix. Configure looks for PREFIX/include/speex.h or PREFIX/include/speex/speex.h

Re: [jdev] [libJingle] where to talk about it?

2005-12-30 Thread Andro
anybody help? thanks Charles On 12/30/05, Peter Saint-Andre [EMAIL PROTECTED] wrote: Andro wrote: Hi, where's the best place to talk about jingle and especially libjingle itself ? Charles This is probably as good a place as any right now. One of the Talk developers said

Re: [jdev] [libJingle] where to talk about it?

2005-12-30 Thread Andro
On 12/31/05, Sean Egan [EMAIL PROTECTED] wrote: For now, http://groups.google.com/group/google-talk-open is the official place to discuss Libjingle. On 12/30/05, Andro [EMAIL PROTECTED] wrote: also something that I don't understand is that it doesn't change anything to add --with-speex

[jdev] [libJingle] where to talk about it?

2005-12-28 Thread Andro
Hi, where's the best place to talk about jingle and especially libjingle itself ? Charles

[jdev] can't get speex and ilbc

2005-12-27 Thread Andro
while ./configure --with-speex --with-ilbc I get : checking speex.h usability... no checking speex.h presence... no checking for speex.h... no configure: WARNING: Could not find a libspeex version that have the speex_encode_int() function. Please install libspeex=1.0.5 or libspeex=1.1.6 from

Re: [jdev] Re: can't get speex and ilbc

2005-12-27 Thread Andro
I'm having issues with libjingle. Though I've compiled your code (psi-jingle) and it works :) I have speex installed 1.1.7, I can't find out why it won't find the file (and the function) On 12/27/05, Remko Troncon [EMAIL PROTECTED] wrote: On 27 Dec 2005, at 15:06, Remko Troncon wrote: