X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;fp=nihav-core%2Fsrc%2Flib.rs;h=99ea57c9802ab795f555debe50fd9781620896c5;hb=0443d0c5f73697d5eb59081be3cde9fb02dc3e70;hp=cf97841877afac09a634c11c50118f44b7e48556;hpb=b2939bd867eda60d083199153fb9103fc54426bb;p=nihav.git diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index cf97841..99ea57c 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -6,6 +6,9 @@ #[allow(clippy::unreadable_literal)] pub mod codecs; +#[cfg(feature="compr")] +pub mod compr; + #[cfg(feature="demuxers")] pub mod demuxers;