X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=9b0416476b3fde41330cbdb7f758e0c2bb9b220c;hb=70e792a8d49bc44d2137752bfc35aceb7023f7fa;hp=e898b04a5aa85445ef2a7d90f860a8d98a722222;hpb=01b4e528eb3b54c894fea4cdd9236568ab58c855;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index e898b04..9b04164 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -9,12 +9,3 @@ default = ["decoders", "demuxers"] decoders = [] demuxers = [] - -blockdsp = [] -h263 = ["blockdsp"] - -dsp = [] -dct = ["dsp"] -fft = ["dsp"] -mdct = ["fft", "dsp"] -dsp_window = ["dsp"]