src/temporal/resampler.h: only defined if HAVE_SAMPLERATE
authorPaul Brossier <piem@piem.org>
Fri, 16 Oct 2009 19:51:31 +0000 (21:51 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 16 Oct 2009 19:51:31 +0000 (21:51 +0200)
src/temporal/resampler.h

index 95f121e718fb8666bef0cb5963ba36a183579a06..ecbe16985b00eaf3100c4250411a7942e2c8f17f 100644 (file)
@@ -29,6 +29,8 @@
  
 */
 
+#if HAVE_SAMPLERATE
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -60,4 +62,6 @@ void aubio_resampler_do (aubio_resampler_t *s, fvec_t * input,  fvec_t * output)
 }
 #endif
 
+#endif /* HAVE_SAMPLERATE */
+
 #endif /* _RESAMPLE_H */