X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2FCargo.toml;h=d0d7117b4fb4b1605e3ba4e1d86539c9e5694a5e;hb=971ae3066382f416b074c24df6b3213431856b81;hp=c302a167ae1d3f02e0bfdae89be78deef06b9d16;hpb=f0081142878786d1a07c61e4df2d2a318609b478;p=nihav.git diff --git a/nihav-codec-support/Cargo.toml b/nihav-codec-support/Cargo.toml index c302a16..d0d7117 100644 --- a/nihav-codec-support/Cargo.toml +++ b/nihav-codec-support/Cargo.toml @@ -18,3 +18,4 @@ dct = ["dsp"] fft = ["dsp"] mdct = ["fft", "dsp"] dsp_window = ["dsp"] +vq = []