aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-indeo/src
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-02-20 18:32:38 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-02-20 18:32:38 +0100
commit1acf07374174f1084c31138f2f0a6ec916c7f8e8 (patch)
tree06c186013d054df57bf9d9d82851228b76aecbfd /nihav-indeo/src
parent32f7cbe538d71574f7ac05aa51599d2678f5db3f (diff)
downloadnihav-1acf07374174f1084c31138f2f0a6ec916c7f8e8.tar.gz
fix re-exports of crate submodules
Diffstat (limited to 'nihav-indeo/src')
-rw-r--r--nihav-indeo/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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