]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/resampler.c
Use #ifdef to avoid warning about undefined macro.
[pulseaudio] / src / pulsecore / resampler.c
index 6b3836e11e3970fa41257871c3a4797ad0e7c6d2..ff87284a40e1113627952a7a1ca71c0e2e0afd82 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <string.h>
 
-#if HAVE_LIBSAMPLERATE
+#ifdef HAVE_LIBSAMPLERATE
 #include <samplerate.h>
 #endif