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