X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2FCargo.toml;h=ffa83900b902d423f766dc3e944d7bcbd8e934a6;hb=b7c882c1ce6f86c07c2340751200e3a060942826;hp=f2578621b0b76c2d251b3aabb24d8864c6b5bc0b;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-indeo/Cargo.toml b/nihav-indeo/Cargo.toml index f257862..ffa8390 100644 --- a/nihav-indeo/Cargo.toml +++ b/nihav-indeo/Cargo.toml @@ -6,8 +6,14 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" + +[dependencies.nihav_codec_support] +path = "../nihav-codec-support" features = ["h263", "fft", "dsp_window"] +[dev-dependencies] +nihav_commonfmt = { path = "../nihav-commonfmt" } + [features] default = ["all_decoders"]