X-Git-Url: https://git.nihav.org/?p=nihav-player.git;a=blobdiff_plain;f=sndplay%2FCargo.toml;h=3a718c7f625b6391a2ca26049fddfa3b8c34e90a;hp=1661282ab7b149dfaeac15fff42ecbfdb967bdcb;hb=e08bbe032e8553d872673701f016d1bcf3070312;hpb=b5053bfc25fb327776886269e615c2e5dd63fa08 diff --git a/sndplay/Cargo.toml b/sndplay/Cargo.toml index 1661282..3a718c7 100644 --- a/sndplay/Cargo.toml +++ b/sndplay/Cargo.toml @@ -9,10 +9,12 @@ nihav_core = { path="../../nihav-core" } nihav_registry = { path="../../nihav-registry" } nihav_commonfmt = { path="../../nihav-commonfmt", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } nihav_duck = { path = "../../nihav-duck", default-features=false, features = ["all_audio_decoders"] } +nihav_flash = { path = "../../nihav-flash", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } nihav_game = { path = "../../nihav-game", default-features=false, features = ["all_demuxers", "all_audio_decoders"] } nihav_indeo = { path = "../../nihav-indeo", default-features=false, features = ["all_audio_decoders"] } #nihav_itu = { path = "../../nihav-itu" } nihav_llaudio = { path = "../../nihav-llaudio" } +nihav_mpeg = { path = "../../nihav-mpeg", default-features=false, features = ["all_audio_decoders"] } nihav_ms = { path = "../../nihav-ms", default-features=false, features = ["all_audio_decoders"] } nihav_qt = { path = "../../nihav-qt", default-features=false, features = ["all_audio_decoders"] } nihav_rad = { path = "../../nihav-rad", default-features=false, features = ["all_demuxers", "all_audio_decoders"] }