X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Fdsp%2Fmod.rs;h=8d0acc4deded4c632b8bc4b4d34c2b7c0fcab83d;hb=ffe6400ed1fffcac3dc114a38675b523efb0c916;hp=2ff322d8361ab201e1ce6dde9a2b4378d4c823bd;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;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;