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

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

decoders = []
demuxers = []

blockdsp = []
h263 = ["blockdsp"]

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