X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=175f7c7f6cd5b31043172801097abd3fb391c3fe;hb=refs%2Fheads%2Fmaster;hp=e46349df9d41e5cc489085a900bfa4899d0bf372;hpb=38953fb529efad1b0b609eec77f7839e62ad2719;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index e46349d..175f7c7 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -5,14 +5,11 @@ authors = ["Kostya Shishkov "] edition = "2018" [features] -default = ["decoders", "demuxers"] +default = ["decoders", "demuxers", "muxers", "compr"] decoders = [] demuxers = [] +muxers = [] -h263 = [] - -dsp = [] -fft = ["dsp"] -mdct = ["fft", "dsp"] -dsp_window = ["dsp"] +compr = ["deflate"] +deflate = [] \ No newline at end of file