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