enabling jack source compilation on Debian Lenny, fixes #44
This commit is contained in:
parent
ce83a7ad1c
commit
08fb911385
|
@ -2,6 +2,8 @@ DarkIce next release
|
|||
|
||||
o bugfix: the configure script recognizes Ogg Vorbis shared objects
|
||||
now, not just static libraries. Thanks to omroepvenray.
|
||||
o bugfix: enabling jack source compilation on Debian Lenny,
|
||||
thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org>
|
||||
|
||||
07-07-2008 Darkice 0.19 released
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
/* ============================================================ include files */
|
||||
|
||||
#include <limits.h>
|
||||
#include "AudioSource.h"
|
||||
|
||||
#ifdef SUPPORT_JACK_DSP
|
||||
|
|
Loading…
Reference in New Issue