X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2FCargo.toml;h=82162b282ca847a5a8a94a918cfe57e4159d90c4;hb=9e08bfdd316eae85b0da7b4802cf6787ea922f2a;hp=a5c2455378fffa920ee2e5d96eaf3e5f007a806a;hpb=12cf91eafb8d48fc3d27153e119504163edbb6d8;p=nihav.git 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"]