summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-23 19:46:52 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-23 19:46:52 +0100
commitf6fcbed6d0fd04308341fa27465284212143824b (patch)
tree3ce4c938f696a00aa58065a11e7510a95954a6be /src/pulsecore
parent5cb29f3a606c8d5e66fea561b8a4ab1fe623a53d (diff)
parent3e5d9fd37ab2ebe7160c7ebc4393b15ba68f28e8 (diff)
Merge commit 'flameeyes/flameeyes'
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/resampler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c
index 6b3836e1..ff87284a 100644
--- a/src/pulsecore/resampler.c
+++ b/src/pulsecore/resampler.c
@@ -25,7 +25,7 @@
#include <string.h>
-#if HAVE_LIBSAMPLERATE
+#ifdef HAVE_LIBSAMPLERATE
#include <samplerate.h>
#endif