codec_support: add module for generic vector quantisation
[nihav.git] / nihav-codec-support / src / lib.rs
index d2c889f476d9d0655608939796cf3d0b9646fe50..9139a2ae0b4fc10eeec9fd3c083829ed26e42eb9 100644 (file)
@@ -18,4 +18,7 @@ pub mod imgwrite;
 
 pub mod test;
 
+#[cfg(feature="vq")]
+pub mod vq;
+
 extern crate nihav_core;