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