decoders framework and sample decoder
[nihav.git] / src / lib.rs
index 5147a439632d988df68cf6686261c7e2eafb8858..224263eef009cd2918077c69466735e40831ef13 100644 (file)
@@ -1,7 +1,12 @@
 #[macro_use]
 extern crate bitflags;
 
+#[cfg(feature="decoders")]
+pub mod codecs;
+
+#[cfg(feature="demuxers")]
 pub mod demuxers;
+
 pub mod formats;
 pub mod frame;
 pub mod io;