X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-codec-support%2FCargo.toml;h=82162b282ca847a5a8a94a918cfe57e4159d90c4;hp=d0d7117b4fb4b1605e3ba4e1d86539c9e5694a5e;hb=HEAD;hpb=971ae3066382f416b074c24df6b3213431856b81 diff --git a/nihav-codec-support/Cargo.toml b/nihav-codec-support/Cargo.toml index d0d7117..82162b2 100644 --- a/nihav-codec-support/Cargo.toml +++ b/nihav-codec-support/Cargo.toml @@ -16,6 +16,8 @@ h263 = ["blockdsp"] dsp = [] dct = ["dsp"] fft = ["dsp"] +lpc = ["dsp"] mdct = ["fft", "dsp"] +qmf = ["dsp"] dsp_window = ["dsp"] vq = []