X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-rad%2FCargo.toml;h=d155427e3df82d486c082bffc3c451d478ce9b5d;hb=8e26db2fb011c1720f362fe8235f68260edd150c;hp=e32dcd89c50e382b7ac3fb8518af0ee0d7f4ed78;hpb=606c448ef167017c3171b49f9eb2af82c15079ce;p=nihav.git diff --git a/nihav-rad/Cargo.toml b/nihav-rad/Cargo.toml index e32dcd8..d155427 100644 --- a/nihav-rad/Cargo.toml +++ b/nihav-rad/Cargo.toml @@ -6,7 +6,10 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" -features = ["fft"] + +[dependencies.nihav_codec_support] +path = "../nihav-codec-support" +features = ["dct", "fft"] [features] default = ["all_decoders", "all_demuxers"]