X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Fdsp%2Fmod.rs;h=8d0acc4deded4c632b8bc4b4d34c2b7c0fcab83d;hb=12cf91eafb8d48fc3d27153e119504163edbb6d8;hp=2ff322d8361ab201e1ce6dde9a2b4378d4c823bd;hpb=c96ad969bab50f17ffe6c421375e68fe0cc9648f;p=nihav.git diff --git a/nihav-codec-support/src/dsp/mod.rs b/nihav-codec-support/src/dsp/mod.rs index 2ff322d..8d0acc4 100644 --- a/nihav-codec-support/src/dsp/mod.rs +++ b/nihav-codec-support/src/dsp/mod.rs @@ -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;