X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Fdsp%2Fmod.rs;h=b8c32df34f7a17de5f4a41da104e30d9bde7facc;hb=2826a23f3a214e2f5d47d6dee6fb06754730dc0e;hp=8d0acc4deded4c632b8bc4b4d34c2b7c0fcab83d;hpb=12cf91eafb8d48fc3d27153e119504163edbb6d8;p=nihav.git diff --git a/nihav-codec-support/src/dsp/mod.rs b/nihav-codec-support/src/dsp/mod.rs index 8d0acc4..b8c32df 100644 --- a/nihav-codec-support/src/dsp/mod.rs +++ b/nihav-codec-support/src/dsp/mod.rs @@ -5,6 +5,8 @@ pub mod dct; #[cfg(feature="fft")] #[allow(clippy::erasing_op)] pub mod fft; +#[cfg(feature="lpc")] +pub mod lpc; #[cfg(feature="mdct")] pub mod mdct; #[cfg(feature="qmf")]