aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/Cargo.toml
blob: e46349df9d41e5cc489085a900bfa4899d0bf372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "nihav_core"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"

[features]
default = ["decoders", "demuxers"]

decoders = []
demuxers = []

h263 = []

dsp = []
fft = ["dsp"]
mdct = ["fft", "dsp"]
dsp_window = ["dsp"]