X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=c920ea40b4ed01596562514656fcf9b355ffa47a;hp=78bb0608390e96ee3c713ce0ca25f9ce57e76c17;hb=78fb6560c73965d834b215fb0b49505ae5443288;hpb=f2af8ecaeed8ec8c1fa6b3c2cfdb075d64994b7a diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 78bb060..c920ea4 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,4 +1,5 @@ extern crate nihav_core; +extern crate nihav_codec_support; #[allow(clippy::collapsible_if)] #[allow(clippy::identity_op)] @@ -6,7 +7,9 @@ extern crate nihav_core; #[allow(clippy::too_many_arguments)] #[allow(clippy::useless_let_if_seq)] #[allow(clippy::verbose_bit_mask)] -pub mod codecs; +mod codecs; + +pub use crate::codecs::indeo_register_all_decoders; #[cfg(test)] extern crate nihav_commonfmt; \ No newline at end of file