X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=21b4cd924faa95de979f70ad8fa554fb3f89e7df;hp=844b69fa4b326fa82ed2cd24c0ab6d90bd38641e;hb=1acf07374174f1084c31138f2f0a6ec916c7f8e8;hpb=32f7cbe538d71574f7ac05aa51599d2678f5db3f diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 844b69f..21b4cd9 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -9,7 +9,7 @@ extern crate nihav_codec_support; #[allow(clippy::verbose_bit_mask)] mod codecs; -pub use codecs::indeo_register_all_codecs; +pub use crate::codecs::indeo_register_all_codecs; #[cfg(test)] extern crate nihav_commonfmt; \ No newline at end of file