linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Mediastreamer plugins for Linux


From: Simon Morlat
Subject: Re: [Linphone-developers] Mediastreamer plugins for Linux
Date: Fri, 20 Mar 2009 08:35:57 +0100
User-agent: KMail/1.9.9

Hi Petr,

Yes the plugin are of course maintained and used.
However:
- they have never been automatically compiled and installed when compiling 
linphone from svn: they are treated as external, that means that you need to 
go into mediastreamer2/plugins, and run autogen.sh && configure && make && 
make install for each one of them. 
They are not included in the linphone tarball too, they must be downloaded 
from the plugins/ directory of the download page if you need tarballs. 
Of course the more recent version is always in svn.

- in my pc mediastreamer.pc is installed and :

$ pkg-config --cflags mediastreamer
-I/usr/local/include
$ ls -l /usr/local/lib/pkgconfig/mediastreamer.pc
-rw-r--r-- 1 root root 277 mar 16 
13:28 /usr/local/lib/pkgconfig/mediastreamer.pc

Seems to be recent and working.

In some systems pkg-config needs the following to locate .pc files installed 
in /usr/local:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

Hope this helps !

Simon

Le Thursday 19 March 2009 22:47:46 Petr Pisar, vous avez écrit :
> Hello,
>
> I noticed the ILBC plugin disapeared from installed libraries under Linux.
>
> Browsing linphone's code I found out the mediatreamer2/plugins are no
> longer compiled and installed. Trying to configure
> mediatreamer2/plugins/ilbc failed on missing mediastreamer pkg-config file.
> Standalone msilbc-2.0.0 tarballsuffers from the same problem.
>
> After looking into mediastreamer2/Makefile* and listing all installed
> linphone files, I think the mediastreamer.pc is not istalled too.
>
> So I'd like ask you what's the state of mediastremer2 plugins? Are they
> still maintained? If yes, what's the official installation procedure?
> Should I use source code from linphone tarball or from the separate
> packages?
>
> -- Petr






reply via email to

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