shithub: aubio

Download patch

ref: b0938458b5121af895567379a2306153a966c7fc
parent: 9a9103163e5b043305b9651708301d223dd47259
author: Paul Brossier <piem@piem.org>
date: Sat Sep 26 02:50:24 EDT 2009

src/temporal/resample.c: add flags

--- a/src/temporal/resample.c
+++ b/src/temporal/resample.c
@@ -17,6 +17,7 @@
 	 
 */
 
+#if HAVE_SAMPLERATE
 
 #include <samplerate.h> /* from libsamplerate */
 
@@ -63,3 +64,5 @@
 	}
 	return AUBIO_OK;
 }	
+
+#endif /* HAVE_SAMPLERATE */