Intel Music/Audio Coder plus DSP and other bits for it
[nihav.git] / src / lib.rs
index c0ae9758579c5cc08aaa5a3a14b88b8006fa7a16..07c451e150004a94aa83212da02cceaa7331682c 100644 (file)
@@ -10,6 +10,7 @@ pub mod io;
 pub mod register;
 pub mod detect;
 
+#[cfg(feature="dsp")]
 pub mod dsp;
 
 #[cfg(test)]