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