Intel Music/Audio Coder plus DSP and other bits for it
[nihav.git] / src / dsp / mod.rs
index 14b7cbebdb283b81ac2f448fb3a4123763eff4db..439ad98851ca2c8acde373d88b9262081df1f584 100644 (file)
@@ -1 +1,6 @@
+#[cfg(feature="fft")]
 pub mod fft;
+#[cfg(feature="mdct")]
+pub mod mdct;
+#[cfg(feature="dsp_window")]
+pub mod window;