X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=ea77c95bfcec7e72d48cb7ee0510b75972544d63;hb=5a990253d72311958164c0680a6614b52d5cecca;hp=e46349df9d41e5cc489085a900bfa4899d0bf372;hpb=38953fb529efad1b0b609eec77f7839e62ad2719;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index e46349d..ea77c95 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -13,6 +13,7 @@ demuxers = [] h263 = [] dsp = [] +dct = ["dsp"] fft = ["dsp"] mdct = ["fft", "dsp"] dsp_window = ["dsp"]