X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=2ec7154ae038ea93fecc8d535e8b052395782d8e;hb=00333698f014b2f8d0308ecea3489f42b779aec2;hp=1ab9d0ca57780779de76b4c12ac36076399fcca1;hpb=38953fb529efad1b0b609eec77f7839e62ad2719;p=nihav.git diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 1ab9d0c..2ec7154 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -6,6 +6,12 @@ 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"] [dev-dependencies] @@ -15,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"]