projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a91031
)
src/temporal/resample.c: add flags
author
Paul Brossier
<piem@piem.org>
Sat, 26 Sep 2009 04:50:24 +0000
(06:50 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 26 Sep 2009 04:50:24 +0000
(06:50 +0200)
src/temporal/resample.c
patch
|
blob
|
history
diff --git
a/src/temporal/resample.c
b/src/temporal/resample.c
index 093beff5b20ad670b0f3e5e89399f5c038050a14..47d129ce93ca25829870b5e1dee4056c2239c6f4 100644
(file)
--- 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
@@
uint_t aubio_resampler_process(aubio_resampler_t *s,
}
return AUBIO_OK;
}
+
+#endif /* HAVE_SAMPLERATE */