make tests that rely on external demuxers use only those from external crates
[nihav.git] / nihav-indeo / Cargo.toml
index ffa83900b902d423f766dc3e944d7bcbd8e934a6..5b98dd17f3ad51a43c5a9212dce2398fbf58081e 100644 (file)
@@ -12,7 +12,7 @@ path = "../nihav-codec-support"
 features = ["h263", "fft", "dsp_window"]
 
 [dev-dependencies]
-nihav_commonfmt = { path = "../nihav-commonfmt" }
+nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] }
 
 [features]
 default = ["all_decoders"]