linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] jack-support


From: Jamey Hicks
Subject: Re: [Linphone-developers] jack-support
Date: Thu, 16 Sep 2004 07:51:15 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7) Gecko/20040617

Simon MORLAT wrote:

Hello,

Thanks a lot !
I can integrate this in the cvs tree. However I would like linphone to compile without jack libs and headers; so do you have a patch or at least a suggestion for the toplevel configure.in to test if jack dev files are present so that linphone with jack support can be compiled safely ?

pkg-config should do the trick:

PKG_CHECK_MODULES(JACK,jack >= 0.15.0)
AC_SUBST(JACK_CFLAGS)
AC_SUBST(JACK_LIBS)






reply via email to

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