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