X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=f497d167eb6c1d82acf82a0c9b83688b18accec6;hb=c1e14623891356ce5b2c79666a2d5c38b220764b;hp=3edd03abbb0bd7caf10c7bc1d62443def9d9c292;hpb=fd8666bc8f48fd374571368cd4b9a0a42e3ea85b;p=nihav.git diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 3edd03a..f497d16 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -15,7 +15,7 @@ path = "../nihav-codec-support" features = ["h263", "mdct", "fft", "dsp_window", "vq"] [dev-dependencies] -nihav_realmedia = { path = "../nihav-realmedia" } +nihav_realmedia = { path = "../nihav-realmedia", default-features=false, features = ["all_demuxers"] } [features] default = ["all_decoders", "all_demuxers", "all_encoders", "all_muxers"]