X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;fp=nihav-indeo%2Fsrc%2Flib.rs;h=844b69fa4b326fa82ed2cd24c0ab6d90bd38641e;hb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;hp=1ceba4e5e2b11820adcf43ad239fd4ebcf1f2ae0;hpb=2b8bf9a03242bbd6e80091082a50ec13b1a95143;p=nihav.git diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 1ceba4e..844b69f 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,4 +1,5 @@ extern crate nihav_core; +extern crate nihav_codec_support; #[allow(clippy::collapsible_if)] #[allow(clippy::identity_op)]