X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-rad%2FCargo.toml;h=d155427e3df82d486c082bffc3c451d478ce9b5d;hb=refs%2Fheads%2Fmaster;hp=6574300923ef04a101b7a7495b8e3a0745ffad4d;hpb=c7410bf50835ea5fa960550afefaec00c0a34339;p=nihav.git diff --git a/nihav-rad/Cargo.toml b/nihav-rad/Cargo.toml index 6574300..1bfa712 100644 --- a/nihav-rad/Cargo.toml +++ b/nihav-rad/Cargo.toml @@ -12,7 +12,7 @@ path = "../nihav-codec-support" features = ["dct", "fft"] [dev-dependencies] -nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["demuxer_y4m", "decoder_rawvideo"] } +nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["demuxer_wav", "demuxer_y4m", "decoder_pcm", "decoder_rawvideo"] } [features] default = ["all_decoders", "all_demuxers", "all_encoders", "all_muxers"]