X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2FCargo.toml;h=a5c2455378fffa920ee2e5d96eaf3e5f007a806a;hb=d66e60559ac53f86a8e7a1c31b89a6cf320177d0;hp=c302a167ae1d3f02e0bfdae89be78deef06b9d16;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;p=nihav.git diff --git a/nihav-codec-support/Cargo.toml b/nihav-codec-support/Cargo.toml index c302a16..a5c2455 100644 --- a/nihav-codec-support/Cargo.toml +++ b/nihav-codec-support/Cargo.toml @@ -17,4 +17,6 @@ dsp = [] dct = ["dsp"] fft = ["dsp"] mdct = ["fft", "dsp"] +qmf = ["dsp"] dsp_window = ["dsp"] +vq = []