X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=e898b04a5aa85445ef2a7d90f860a8d98a722222;hb=d24468d9dbd54f5cbe414649ff061699337fa7fe;hp=e46349df9d41e5cc489085a900bfa4899d0bf372;hpb=38953fb529efad1b0b609eec77f7839e62ad2719;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index e46349d..e898b04 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -10,9 +10,11 @@ default = ["decoders", "demuxers"] decoders = [] demuxers = [] -h263 = [] +blockdsp = [] +h263 = ["blockdsp"] dsp = [] +dct = ["dsp"] fft = ["dsp"] mdct = ["fft", "dsp"] dsp_window = ["dsp"]