X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-rad%2FCargo.toml;fp=nihav-rad%2FCargo.toml;h=1bfa7121265d0c689d317158fb7eb926b2552e5e;hp=6574300923ef04a101b7a7495b8e3a0745ffad4d;hb=ed91af4b5a98b4be1df4f7e0345e545af87f3175;hpb=e9f61dd24a78c4a42537ab129a14a37107e8b5a0 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"]