X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=f497d167eb6c1d82acf82a0c9b83688b18accec6;hb=999fbb839c077549a29cb84db47a0b0b65a2c0ef;hp=6e572d39808c6d587d11f449487889508205df36;hpb=a178c22cac8a9eea22eba4d2e3ebc34294054c6c;p=nihav.git diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 6e572d3..f497d16 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -15,7 +15,7 @@ path = "../nihav-codec-support" features = ["h263", "mdct", "fft", "dsp_window", "vq"] [dev-dependencies] -nihav_realmedia = { path = "../nihav-realmedia" } +nihav_realmedia = { path = "../nihav-realmedia", default-features=false, features = ["all_demuxers"] } [features] default = ["all_decoders", "all_demuxers", "all_encoders", "all_muxers"] @@ -44,7 +44,10 @@ decoder_sipro = ["decoders"] decoder_atrac3 = ["decoders"] decoder_aac = ["decoders"] -all_encoders = ["all_video_encoders"] +all_encoders = ["all_video_encoders", "all_audio_encoders"] all_video_encoders = ["encoder_cinepak"] encoder_cinepak = ["encoders"] + +all_audio_encoders = ["encoder_pcm"] +encoder_pcm = ["encoders"]