aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-codec-support/Cargo.toml
blob: c302a167ae1d3f02e0bfdae89be78deef06b9d16 (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_codec_support"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"

[dependencies.nihav_core]
path = "../nihav-core"

[features]
default = []

blockdsp = []
h263 = ["blockdsp"]

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