X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-itu%2FCargo.toml;h=19eaa50965232f9cbd34cf489e313890dcc9fb96;hb=ff7cb24a554c244c7494a981f4ad2c712804a271;hp=2c5521a79da6dd3a0c6e434c8a0cf0c7f4256ff8;hpb=696e4e20bf7167121352f247893370cb83213d5c;p=nihav.git diff --git a/nihav-itu/Cargo.toml b/nihav-itu/Cargo.toml index 2c5521a..19eaa50 100644 --- a/nihav-itu/Cargo.toml +++ b/nihav-itu/Cargo.toml @@ -11,10 +11,11 @@ path = "../nihav-core" path = "../nihav-codec-support" [dev-dependencies] -nihav_commonfmt = { path = "../nihav-commonfmt" } +nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] } [features] default = ["all_decoders"] +simd = [] #enable when the default rustc is >=1.62 all_decoders = ["all_video_decoders"] decoders = []