linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] g729 in windows


From: Rodrigo Prat
Subject: Re: [Linphone-developers] g729 in windows
Date: Wed, 12 Dec 2012 20:15:29 -0300

Today I have tried to compile it in this way:

cd mediastreamer2/plugins/
git clone git://git.linphone.org/bcg729.git
./autogen.sh
PKG_CONFIG_PATH=/opt/linphone/lib/pkgconfig ./configure --prefix=/opt/linphone --enable-shared --disable-static
make zip or make setup.exe put an error:
make: *** No rule to make target `zip'.  Stop.

Is something wrong?

Thanks in advance




> Date: Mon, 10 Dec 2012 11:46:29 +0100
> From: address@hidden
> To: address@hidden
> Subject: Re: [Linphone-developers] g729 in windows
>
> Hi Henrik,
>
> Thanks for the patch.
>
> I reworked the autoconf scripts.
> Could you please check if it compiles on your system?
>
> Cheers,
>
> Guillaume Beraudo
>
> On Fri, Dec 07, 2012 at 04:48:47PM +0100, Henrik Pauli wrote:
> > I finally managed to do it. The released bcg729 has some typos and
> > omissions in the Makefile.am files, but I managed to patch it and it
> > runs well. I compiled both linphone and the plugin with mingw, not
> > msvc, on windows, not cross compiling. autoreconf -i doesn't seem to
> > work under mingw/msys, so I couldn't compile the git tip version.
> >
> > Here's the patch for everyone interested.
> >
> > On 2012-12-07 15:53, Rodrigo Prat wrote:
> > > Has any tried linphone with g729 in windows?
> > >
> > >
> > >
> > >
> > >> Date: Tue, 4 Dec 2012 17:22:59 +0100
> > >> From: address@hidden
> > >> To: address@hidden
> > >> Subject: Re: [Linphone-developers] g729 in windows
> > >>
> > >> 2012.11.30. 22:48 keltezéssel, Rodrigo Prat írta:
> > >> > Hello,
> > >> >
> > >> > I want to use linphone in windows with the g729 codec, as I see, the
> > >> > windows installer is not available in the official page as the h264
> > >> > codec wich is in the site.
> > >> >
> > >> > How can a get it?
> > >> >
> > >> > Thanks in advance.
> > >> >
> > >>
> > >> I've been trying to compile it, but so far no luck getting it to work...
> > >>
> > >> Also, the release is way older than the last commit in git, and even
> > >> that is half a year old......
> > >>
> > >>
> > >> _______________________________________________
> > >> Linphone-developers mailing list
> > >> address@hidden
> > >> https://lists.nongnu.org/mailman/listinfo/linphone-developers
> > >
> > >
> > > _______________________________________________
> > > Linphone-developers mailing list
> > > address@hidden
> > > https://lists.nongnu.org/mailman/listinfo/linphone-developers
> > >
> >
>
> > diff -r deb256cd4edd msbcg729/Makefile.am
> > --- a/msbcg729/Makefile.am Wed Dec 05 10:55:24 2012 +0100
> > +++ b/msbcg729/Makefile.am Fri Dec 07 16:46:04 2012 +0100
> > @@ -11,8 +11,8 @@
> > $(MEDIASTREAMER_LIBS) \
> > $(top_builddir)/src/libbcg729.la
> >
> > -libmsbcg729_la_LDFLAGS=-module -no-undefined
> > +libmsbcg729_la_LDFLAGS=-module -no-undefined -lmediastreamer -lortp
> > INCLUDES = -I$(top_srcdir)/include
> > -libmsbcg729_la_CFLAGS= $(ORTP_CFLAGS) $(MEDIASTREMER2_CFLAGS)
> > +libmsbcg729_la_CFLAGS= $(ORTP_CFLAGS) $(MEDIASTREAMER_CFLAGS)
> >
> > -
> > +AM_LDFLAGS = -no-undefined
> > diff -r deb256cd4edd src/Makefile.am
> > --- a/src/Makefile.am Wed Dec 05 10:55:24 2012 +0100
> > +++ b/src/Makefile.am Fri Dec 07 16:46:04 2012 +0100
> > @@ -24,7 +24,7 @@
> > qLSP2LP.c \
> > utils.c
> >
> > -libbcg729_la_LDFLAGS=-fvisibility=hidden
> > +libbcg729_la_LDFLAGS=-fvisibility=hidden -no-undefined
> >
> > INCLUDES= -I$(top_srcdir)/include
> >
>
> > _______________________________________________
> > Linphone-developers mailing list
> > address@hidden
> > https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers

reply via email to

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