aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-ms/Cargo.toml
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-06-07 14:49:13 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-06-07 14:49:13 +0200
commit423005dc1d521e9089c9ddcf020979b825e30443 (patch)
tree259e21147fa6f970815aae6cc10d21f9f4983c74 /nihav-ms/Cargo.toml
parent30940e7459d0fa54e1831bb9825b1b91787ac3d7 (diff)
downloadnihav-423005dc1d521e9089c9ddcf020979b825e30443.tar.gz
Microsoft RLE decoder
Diffstat (limited to 'nihav-ms/Cargo.toml')
-rw-r--r--nihav-ms/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/nihav-ms/Cargo.toml b/nihav-ms/Cargo.toml
index a80e394..cf9a79f 100644
--- a/nihav-ms/Cargo.toml
+++ b/nihav-ms/Cargo.toml
@@ -20,7 +20,8 @@ default = ["all_decoders", "all_encoders"]
all_decoders = ["all_video_decoders", "all_audio_decoders"]
decoders = []
-all_video_decoders = ["decoder_msvideo1"]
+all_video_decoders = ["decoder_msrle", "decoder_msvideo1"]
+decoder_msrle = ["decoders"]
decoder_msvideo1 = ["decoders"]
all_audio_decoders = ["decoder_ima_adpcm_ms", "decoder_ms_adpcm"]