X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=175f7c7f6cd5b31043172801097abd3fb391c3fe;hb=7be96acc8d04f0760566255b7ef8c872499889a9;hp=e898b04a5aa85445ef2a7d90f860a8d98a722222;hpb=01b4e528eb3b54c894fea4cdd9236568ab58c855;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index e898b04..175f7c7 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -5,16 +5,11 @@ authors = ["Kostya Shishkov "] edition = "2018" [features] -default = ["decoders", "demuxers"] +default = ["decoders", "demuxers", "muxers", "compr"] decoders = [] demuxers = [] +muxers = [] -blockdsp = [] -h263 = ["blockdsp"] - -dsp = [] -dct = ["dsp"] -fft = ["dsp"] -mdct = ["fft", "dsp"] -dsp_window = ["dsp"] +compr = ["deflate"] +deflate = [] \ No newline at end of file