X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=2ec7154ae038ea93fecc8d535e8b052395782d8e;hb=e4be7a34a3dd8ba7571673c7d176dd25235b6d1b;hp=396f1899a716b114123bd32e8f41bf5f03337eb3;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;p=nihav.git diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 396f189..2ec7154 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -7,6 +7,9 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" +[dependencies.nihav_registry] +path = "../nihav-registry" + [dependencies.nihav_codec_support] path = "../nihav-codec-support" features = ["h263", "mdct", "fft", "dsp_window"] @@ -18,8 +21,9 @@ nihav_realmedia = { path = "../nihav-realmedia" } default = ["all_decoders", "all_demuxers"] decoders = [] demuxers = [] -all_demuxers = ["demuxer_avi"] +all_demuxers = ["demuxer_avi", "demuxer_mov"] demuxer_avi = ["demuxers"] +demuxer_mov = ["demuxers"] all_decoders = ["all_video_decoders", "all_audio_decoders"]