X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2FCargo.toml;h=ffa83900b902d423f766dc3e944d7bcbd8e934a6;hb=78fb6560c73965d834b215fb0b49505ae5443288;hp=901d0e408b5d219cd246b908472ca29cba9e88fd;hpb=3167c45c8087a692192021e08a8063dff680001c;p=nihav.git diff --git a/nihav-indeo/Cargo.toml b/nihav-indeo/Cargo.toml index 901d0e4..ffa8390 100644 --- a/nihav-indeo/Cargo.toml +++ b/nihav-indeo/Cargo.toml @@ -6,6 +6,9 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" + +[dependencies.nihav_codec_support] +path = "../nihav-codec-support" features = ["h263", "fft", "dsp_window"] [dev-dependencies]