split nihav-codec-support crate from nihav-core
[nihav.git] / nihav-rad / src / lib.rs
index 604d0ca590356a621f3e0165b158ee0d2162d6e1..21ef16664f4a1dcf9c302b5bc781480cb4835488 100644 (file)
@@ -1,4 +1,5 @@
 extern crate nihav_core;
+extern crate nihav_codec_support;
 
 #[cfg(feature="decoders")]
 #[allow(clippy::cast_lossless)]