linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-users] 'Cannot support speex'


From: bernard tatin
Subject: [Linphone-users] 'Cannot support speex'
Date: Tue, 08 Mar 2005 09:20:31 +0100
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]