split remaining decoders and demuxer from core
[nihav.git] / nihav-commonfmt / src / lib.rs
diff --git a/nihav-commonfmt/src/lib.rs b/nihav-commonfmt/src/lib.rs
new file mode 100644 (file)
index 0000000..01db994
--- /dev/null
@@ -0,0 +1,10 @@
+extern crate nihav_core;
+
+#[cfg(feature="decoders")]
+pub mod codecs;
+
+#[cfg(feature="demuxers")]
+pub mod demuxers;
+
+#[cfg(test)]
+extern crate nihav_realmedia;