X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2FCargo.toml;h=5b98dd17f3ad51a43c5a9212dce2398fbf58081e;hb=c1e14623891356ce5b2c79666a2d5c38b220764b;hp=f2578621b0b76c2d251b3aabb24d8864c6b5bc0b;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-indeo/Cargo.toml b/nihav-indeo/Cargo.toml index f257862..5b98dd1 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", default-features=false, features = ["all_demuxers"] } + [features] default = ["all_decoders"]