X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-ms%2FCargo.toml;h=4799eb85828bafca7d06d690d9ffaf00ac466cb2;hb=34219db3e2b43a690418e3d157b59a9f052ad343;hp=cf9a79f1dbb2fd896969a91873629e150634c4ae;hpb=423005dc1d521e9089c9ddcf020979b825e30443;p=nihav.git diff --git a/nihav-ms/Cargo.toml b/nihav-ms/Cargo.toml index cf9a79f..4799eb8 100644 --- a/nihav-ms/Cargo.toml +++ b/nihav-ms/Cargo.toml @@ -10,7 +10,6 @@ features = [] [dependencies.nihav_codec_support] path = "../nihav-codec-support" -features = ["vq"] [dev-dependencies] nihav_commonfmt = { path = "../nihav-commonfmt" } @@ -28,7 +27,8 @@ all_audio_decoders = ["decoder_ima_adpcm_ms", "decoder_ms_adpcm"] decoder_ima_adpcm_ms = ["decoders"] decoder_ms_adpcm = ["decoders"] -all_encoders = ["encoder_msvideo1", "encoder_ms_adpcm"] +all_encoders = ["encoder_msvideo1", "encoder_ms_adpcm", "encoder_ima_adpcm_ms"] encoder_msvideo1 = ["encoders"] encoder_ms_adpcm = ["encoders"] +encoder_ima_adpcm_ms = ["encoders"] encoders = []