From 2e8244b4bcaae3f7b1cb45ceb503d3b13f539d25 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 2 Sep 2007 21:20:57 +0000 Subject: Allow compilation without libsamplerate; based on patch from Marc-Andre Lureau; re #125 git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1753 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/core-util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/core-util.c') diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index d231b658..67d33e7c 100644 --- a/src/pulsecore/core-util.c +++ b/src/pulsecore/core-util.c @@ -78,7 +78,9 @@ #include #endif +#ifdef HAVE_LIBSAMPLERATE #include +#endif #include #include -- cgit