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