X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-misc%2FCargo.toml;h=9ebabe94944383e871c8b09bdaf77beee1cd3914;hb=f093f13a60da4822d0a19738c8dcd6b166cf582e;hp=faca21b24a8dd8d80cfa3c266b477cd11c904d74;hpb=f67c7fb197011e6e03f6bc8b3e51429f08935566;p=nihav.git diff --git a/nihav-misc/Cargo.toml b/nihav-misc/Cargo.toml index faca21b..9ebabe9 100644 --- a/nihav-misc/Cargo.toml +++ b/nihav-misc/Cargo.toml @@ -19,7 +19,8 @@ decoders = [] all_decoders = ["all_video_decoders", "all_audio_decoders"] -all_video_decoders = ["decoder_mwv1"] +all_video_decoders = ["decoder_mwv1", "decoder_pgvv"] decoder_mwv1 = ["decoders"] +decoder_pgvv = ["decoders"] all_audio_decoders = []