X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=2ec7154ae038ea93fecc8d535e8b052395782d8e;hb=e4be7a34a3dd8ba7571673c7d176dd25235b6d1b;hp=5c0b4605e5c83fc2fbd97bb9d70ce08a90d0b458;hpb=32f7cbe538d71574f7ac05aa51599d2678f5db3f;p=nihav.git diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 5c0b460..2ec7154 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -21,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"]