X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;fp=nihav-commonfmt%2FCargo.toml;h=5807da86ea19920da63bbe82259653641ca49021;hb=5cd2f53775f5dcb021ab1294417a57d4fc303d42;hp=6c0e81073ef9c4a38d9ffeb5c4c9377abbd4d4bd;hpb=9a3ce86c69889682eba3fa640475b86598f6120b;p=nihav.git diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 6c0e810..5807da8 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -18,12 +18,15 @@ features = ["h263", "mdct", "fft", "dsp_window"] nihav_realmedia = { path = "../nihav-realmedia" } [features] -default = ["all_decoders", "all_demuxers"] +default = ["all_decoders", "all_demuxers", "all_muxers"] decoders = [] demuxers = [] +muxers = [] all_demuxers = ["demuxer_avi", "demuxer_mov"] demuxer_avi = ["demuxers"] demuxer_mov = ["demuxers"] +all_muxers = ["muxer_avi"] +muxer_avi = ["muxers"] all_decoders = ["all_video_decoders", "all_audio_decoders"]