projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d434df
)
src/temporal/resampler.h: only defined if HAVE_SAMPLERATE
author
Paul Brossier
<piem@piem.org>
Fri, 16 Oct 2009 19:51:31 +0000
(21:51 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 16 Oct 2009 19:51:31 +0000
(21:51 +0200)
src/temporal/resampler.h
patch
|
blob
|
history
diff --git
a/src/temporal/resampler.h
b/src/temporal/resampler.h
index 95f121e718fb8666bef0cb5963ba36a183579a06..ecbe16985b00eaf3100c4250411a7942e2c8f17f 100644
(file)
--- a/
src/temporal/resampler.h
+++ b/
src/temporal/resampler.h
@@
-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 */