X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-realmedia%2FCargo.toml;h=dc3c0d68e81b05362bf3f18f46426f4e4be5154b;hp=57db27187c2e27279f3bb9297a0009f3a0c80de7;hb=7d57ae2f680d7a1eba7af2ee831f305b2f0f9324;hpb=01b4e528eb3b54c894fea4cdd9236568ab58c855 diff --git a/nihav-realmedia/Cargo.toml b/nihav-realmedia/Cargo.toml index 57db271..dc3c0d6 100644 --- a/nihav-realmedia/Cargo.toml +++ b/nihav-realmedia/Cargo.toml @@ -6,6 +6,9 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" + +[dependencies.nihav_codec_support] +path = "../nihav-codec-support" features = ["h263", "mdct", "blockdsp"] [features]