vp6enc: split out future common parts to share them with VP7 encoder
[nihav.git] / nihav-itu / Cargo.toml
1 [package]
2 name = "nihav_itu"
3 version = "0.1.0"
4 authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5 edition = "2018"
6
7 [dependencies.nihav_core]
8 path = "../nihav-core"
9
10 [dependencies.nihav_codec_support]
11 path = "../nihav-codec-support"
12
13 [dev-dependencies]
14 nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] }
15
16 [features]
17 default = ["all_decoders"]
18
19 all_decoders = ["all_video_decoders"]
20 decoders = []
21
22 all_video_decoders = ["decoder_h264"]
23 decoder_h264 = ["decoders"]