X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-mpeg%2FCargo.toml;fp=nihav-mpeg%2FCargo.toml;h=84d0c4b811515a7ac73dbeffbf082fc743518d25;hp=53a1d9e96e6d7771795808506b3012d0213e7070;hb=0e18270ddb438c765a4597404f9053a15ce84704;hpb=9c3cd867ce7645f6f828675bd5d383033d6263f7 diff --git a/nihav-mpeg/Cargo.toml b/nihav-mpeg/Cargo.toml index 53a1d9e..84d0c4b 100644 --- a/nihav-mpeg/Cargo.toml +++ b/nihav-mpeg/Cargo.toml @@ -14,6 +14,7 @@ features = ["qmf", "fft", "mdct", "dsp_window"] [dev-dependencies] nihav_flash = { path = "../nihav-flash", default-features=false, features = ["all_demuxers"] } nihav_realmedia = { path = "../nihav-realmedia", default-features=false, features = ["all_demuxers"] } +nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] } [features] default = ["all_decoders"]