denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Trying to build from git


From: Richard Shann
Subject: Re: [Denemo-devel] Trying to build from git
Date: Sat, 24 May 2008 22:11:02 +0100

On Sat, 2008-05-24 at 15:17 -0500, Jeremiah Benham wrote:

> I commited this change to conifigure.in to git:
> PKG_CHECK_MODULES(PORTAUDIO, portaudio-2.0 >= 19)
> dnl CFLAGS="$CFLAGS $PORTAUDIO_CFLAGS"
> LIBS="$LIBS $PORTAUDIO_LIBS"
I think I left in a stray dnl there it should (?)
be
CFLAGS="$CFLAGS $PORTAUDIO_CFLAGS"
In practice this is just the include of /usr/include
or /usr/local/include which other things have already brought in, so it
wouldn't matter unless someone had portaudio.h stored somewhere weird.
The denemo code will compile correctly under either portaudio.h, because
of the fix we put in audiocapture.c
Richard







reply via email to

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