X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-mpeg%2FCargo.toml;h=53a1d9e96e6d7771795808506b3012d0213e7070;hp=0b214443d7b13d6af300b2812c9d98a4f16814c0;hb=ef0b99e68b6dd253074ed36e1dc665231e91b3b3;hpb=16cca4d3a7a7505ae31a7469b3547c52650fd194 diff --git a/nihav-mpeg/Cargo.toml b/nihav-mpeg/Cargo.toml index 0b21444..53a1d9e 100644 --- a/nihav-mpeg/Cargo.toml +++ b/nihav-mpeg/Cargo.toml @@ -9,7 +9,7 @@ path = "../nihav-core" [dependencies.nihav_codec_support] path = "../nihav-codec-support" -features = ["qmf"] +features = ["qmf", "fft", "mdct", "dsp_window"] [dev-dependencies] nihav_flash = { path = "../nihav-flash", default-features=false, features = ["all_demuxers"] } @@ -23,5 +23,6 @@ all_decoders = ["all_video_decoders", "all_audio_decoders"] all_video_decoders = [] -all_audio_decoders = ["decoder_mpa"] +all_audio_decoders = ["decoder_aac", "decoder_mpa"] +decoder_aac = ["decoders"] decoder_mpa = ["decoders"]