X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;ds=sidebyside;f=nihav-indeo%2Fsrc%2Flib.rs;h=ccc359580e9d2da133c0e0a30876df6dbcffa7b4;hb=3167c45c8087a692192021e08a8063dff680001c;hp=adda3bf8f9034dc9130441ff77b1a2f57f6764c3;hpb=4f6124ac474e05ab343505444cdbb69b67829e2c;p=nihav.git diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index adda3bf..ccc3595 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,3 +1,6 @@ extern crate nihav_core; pub mod codecs; + +#[cfg(test)] +extern crate nihav_commonfmt; \ No newline at end of file