X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2FCargo.toml;h=6c0e81073ef9c4a38d9ffeb5c4c9377abbd4d4bd;hp=2ec7154ae038ea93fecc8d535e8b052395782d8e;hb=57777a0a5ea7d4f36f25e4e2d90b4a33b920a88b;hpb=7e19285f3ddeb71a82802fd878b7914e0e348e5c diff --git a/nihav-commonfmt/Cargo.toml b/nihav-commonfmt/Cargo.toml index 2ec7154..6c0e810 100644 --- a/nihav-commonfmt/Cargo.toml +++ b/nihav-commonfmt/Cargo.toml @@ -27,7 +27,8 @@ demuxer_mov = ["demuxers"] all_decoders = ["all_video_decoders", "all_audio_decoders"] -all_video_decoders = ["decoder_clearvideo"] +all_video_decoders = ["decoder_cinepak", "decoder_clearvideo"] +decoder_cinepak = ["decoders"] decoder_clearvideo = ["decoders"] all_audio_decoders = ["decoder_pcm", "decoder_ts102366", "decoder_sipro", "decoder_atrac3", "decoder_aac"]