[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] 'Cannot support speex'
From: |
Simon Morlat |
Subject: |
Re: [Linphone-users] 'Cannot support speex' |
Date: |
Tue, 8 Mar 2005 15:25:54 +0100 |
User-agent: |
KMail/1.7.1 |
Hello,
This problem is fixed in lastest release 1.0.0pre11. Speex was disabled on arm
because it had too poor performance but now that there's a fixed-point
support (in >=1.1.6) there is no more reason to disable it.
Simon
Le Mardi 8 Mars 2005 09:20, bernard tatin a écrit :
> Hello,
>
> I compile linphone 1.0 pre 10 for my linux on arm. When I run it, I get
> this message :
>
> address@hidden root# linphonec
> Message:Found /dev/dsp.
> Warning:dsp block size set to 8192.
> Warning:Cannot support speex/8000: does not exist.
> Warning:Cannot support speex/16000: does not exist.
> Ready.
> linphonec>
>
> I use speex 1.1.7, I verified config.log, speex is found. I run
> configure that way :
>
> #!/bin/bash
>
> export ARMCC=arm-linux-gcc
> export ARMLDOPTIONS="-s -L/home/viper/arm-tree/lib"
> export ARMTREE=$HOME/arm-tree
> export ARMHOME=/opt/arcom/arm-linux
> export ARMLIB=$ARMHOME/lib
> export ARMINC=$ARMHOME/include
>
>
> export ARMCCOPTIONS='-O3 -g0'
>
> CC=$ARMCC CFLAGS=$ARMCCOPTIONS LDFLAGS=$ARMLDOPTIONS \
> ./configure --host=arm-linux --prefix=$ARMTREE \
> --with-osip=$ARMTREE --with-speex=$ARMTREE \
> --disable-glib --enable-gnome_ui=no \
> --with-gnu-ld --disable-static \
> && \
> make && \
> make install
>
>
> I put the libs in /usr/lib, the binaries in /usr/bin.
>
> Thanks for any help.
>
> Bernard.
>
>
> _______________________________________________
> Linphone-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-users