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