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