X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Flib.rs;h=9139a2ae0b4fc10eeec9fd3c083829ed26e42eb9;hb=02ac9782a6a09dd3450fabc901b9e3e5dc26324a;hp=d2c889f476d9d0655608939796cf3d0b9646fe50;hpb=8424ddfdb0ed73989e69a75d634ecbd4ad218720;p=nihav.git diff --git a/nihav-codec-support/src/lib.rs b/nihav-codec-support/src/lib.rs index d2c889f..9139a2a 100644 --- a/nihav-codec-support/src/lib.rs +++ b/nihav-codec-support/src/lib.rs @@ -18,4 +18,7 @@ pub mod imgwrite; pub mod test; +#[cfg(feature="vq")] +pub mod vq; + extern crate nihav_core;