X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-vivo%2FCargo.toml;fp=nihav-vivo%2FCargo.toml;h=5aa02d630f32a99a0e4cb98eae4f65af95f9d002;hb=31cf33aceca7798294e1ce5c01702ef5e6ef7adc;hp=0000000000000000000000000000000000000000;hpb=8989305f27376e92ec3f0a77cf7edf65a5255183;p=nihav.git diff --git a/nihav-vivo/Cargo.toml b/nihav-vivo/Cargo.toml new file mode 100644 index 0000000..5aa02d6 --- /dev/null +++ b/nihav-vivo/Cargo.toml @@ -0,0 +1,25 @@ +[package] +name = "nihav_vivo" +version = "0.1.0" +authors = ["Kostya Shishkov "] +edition = "2018" + +[dependencies.nihav_core] +path = "../nihav-core" + +[dependencies.nihav_codec_support] +path = "../nihav-codec-support" +features = ["dsp_window", "mdct", "dct", "h263"] + +[features] +default = ["all_decoders", "demuxer_vivo"] + +all_decoders = ["decoder_vivo1", "decoder_vivo2", "decoder_siren", "decoder_g723_1"] +decoders = [] + +decoder_vivo1 = ["decoders"] +decoder_vivo2 = ["decoders"] +decoder_g723_1 = ["decoders"] +decoder_siren = ["decoders"] + +demuxer_vivo = []