move QMF implementation into nihav_codec_support
[nihav.git] / nihav-codec-support / src / dsp / mod.rs
index 2ff322d8361ab201e1ce6dde9a2b4378d4c823bd..8d0acc4deded4c632b8bc4b4d34c2b7c0fcab83d 100644 (file)
@@ -7,5 +7,7 @@ pub mod dct;
 pub mod fft;
 #[cfg(feature="mdct")]
 pub mod mdct;
+#[cfg(feature="qmf")]
+pub mod qmf;
 #[cfg(feature="dsp_window")]
 pub mod window;