make tests that rely on external demuxers use only those from external crates
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 5 Apr 2021 10:34:44 +0000 (12:34 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 5 Apr 2021 10:34:44 +0000 (12:34 +0200)
nihav-commonfmt/Cargo.toml
nihav-duck/Cargo.toml
nihav-game/Cargo.toml
nihav-indeo/Cargo.toml
nihav-itu/Cargo.toml
nihav-qt/Cargo.toml

index 3edd03abbb0bd7caf10c7bc1d62443def9d9c292..f497d167eb6c1d82acf82a0c9b83688b18accec6 100644 (file)
@@ -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"]
index c5c65d2126b55b793e11be3a21d039978aa73ce2..c3ae9259b2e50dff2764115d2f2d2e4fd20c2f77 100644 (file)
@@ -12,7 +12,7 @@ path = "../nihav-codec-support"
 features = ["fft", "dsp_window", "blockdsp"]
 
 [dev-dependencies]
-nihav_commonfmt = { path = "../nihav-commonfmt" }
+nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] }
 
 [features]
 default = ["all_decoders"]
index d1f9c244fed8ed1b9c3527f57bbb5fb5da6d8a61..c06e8f006b0fe9be717ee92ba335638ec5d81400 100644 (file)
@@ -13,7 +13,7 @@ path = "../nihav-codec-support"
 features = ["qmf"]
 
 [dev-dependencies]
-nihav_commonfmt = { path = "../nihav-commonfmt" }
+nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] }
 
 [features]
 default = ["all_decoders", "all_demuxers"]
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"]
index 2c5521a79da6dd3a0c6e434c8a0cf0c7f4256ff8..8134981bd6b9a83d826b102cb174ac9137861c2e 100644 (file)
@@ -11,7 +11,7 @@ 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"]
index 3e4b653d9af0b27301f9267f9ebed97420be350f..6e0cf9781378d7b1efd07fead25e7e620fd4b9a9 100644 (file)
@@ -13,7 +13,7 @@ path = "../nihav-codec-support"
 features = ["blockdsp", "fft", "qmf"]
 
 [dev-dependencies]
-nihav_commonfmt = { path = "../nihav-commonfmt" }
+nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] }
 
 [features]
 default = ["all_decoders"]