linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Mediastreamer as external project with --enabl


From: Simon Morlat
Subject: Re: [Linphone-developers] Mediastreamer as external project with --enable-external-mediastreamer?
Date: Fri, 17 Sep 2010 09:28:17 +0200

Hi Simon,

There is no reason not to include this patch in mainline. This is of
interest for people packaging linphone, mediastreamer2 and oRTP in linux
distros.
Please send it and I'll merge it to master branch.

Simon

Le lundi 06 septembre 2010 à 12:00 +0200, Simon Brenner a écrit :
> Hi,
> 
> the current linphone configure script offers the option 
> '--enable-external-ortp' so that it is
> possible to build/install the ortp package independently from the 'linphone' 
> one and make 'linphone'
> use the installed 'ortp' instead of the ortp subproject within the linphone 
> git repository.
> 
> I was wondering whether the same is possible with the 'mediastreamer2' 
> project.
> Looking, for example, at the coreapi/Makefile.am I see a hard-coded include 
> path for mediastreamer2
> and linker path:
> 
> INCLUDES = \
>       -I$(top_srcdir)\
>       -I$(top_srcdir)/mediastreamer2/include
> 
> liblinphone_la_LIBADD= \
>               $(EXOSIP_LIBS) \
>               $(top_builddir)/mediastreamer2/src/libmediastreamer.la \
>               $(ORTP_LIBS)
> 
> I actually tried myself to add a '--enable-external-mediastreamer' option to 
> the configure.in and
> replaced these hard-coded paths with the two variables 'MEDIASTREAMER_CFLAGS' 
> and
> 'MEDIASTREAMER_LIBS' and it actually worked as expected.
> 
> Are there specific reasons not to include this in mainline?
> 
> Thanks,
> 
> -Simon.
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers





reply via email to

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