move AAC decoder to nihav-mpeg crate
[nihav.git] / nihav-commonfmt / Cargo.toml
index acccd96b61ee25b89da601a956ec4fb40cfa3c5b..229bd8afc49b95e6a574f3466968711d58f89452 100644 (file)
@@ -12,7 +12,7 @@ path = "../nihav-registry"
 
 [dependencies.nihav_codec_support]
 path = "../nihav-codec-support"
-features = ["h263", "mdct", "fft", "dsp_window", "vq"]
+features = ["h263", "mdct", "fft", "vq"]
 
 [dev-dependencies]
 nihav_realmedia = { path = "../nihav-realmedia", default-features=false, features = ["all_demuxers"] }