X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2FCargo.toml;h=d0d7117b4fb4b1605e3ba4e1d86539c9e5694a5e;hb=8251c0ab062f56d766a897bca14b97fb284e0415;hp=c302a167ae1d3f02e0bfdae89be78deef06b9d16;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;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 = []