aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-acorn/Cargo.toml
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2024-05-28 18:07:59 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2024-05-28 18:07:59 +0200
commitb8ea95bcd62ebd2a6b58a889c0a2e0e35fa212d3 (patch)
tree48c959512602eecb7fba3b77d30f9a87fa80cfc8 /nihav-acorn/Cargo.toml
parent7f570da34ba403735a0c7e31b933e22549632e13 (diff)
downloadnihav-b8ea95bcd62ebd2a6b58a889c0a2e0e35fa212d3.tar.gz
Acorn Super Moving Blocks Decoder
Diffstat (limited to 'nihav-acorn/Cargo.toml')
-rw-r--r--nihav-acorn/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/nihav-acorn/Cargo.toml b/nihav-acorn/Cargo.toml
index 0372971..43365b7 100644
--- a/nihav-acorn/Cargo.toml
+++ b/nihav-acorn/Cargo.toml
@@ -14,13 +14,14 @@ path = "../nihav-codec-support"
default = ["all_decoders", "all_demuxers", "all_packetisers"]
all_decoders = ["all_video_decoders", "all_audio_decoders"]
-all_video_decoders = ["decoder_movinglines", "decoder_movingblocks", "decoder_movingblockshq", "decoder_linepack", "decoder_rawvideo"]
+all_video_decoders = ["decoder_movinglines", "decoder_movingblocks", "decoder_movingblockshq", "decoder_supermovingblocks", "decoder_linepack", "decoder_rawvideo"]
all_audio_decoders = ["decoder_rawaudio"]
decoders = []
decoder_movinglines = ["decoders"]
decoder_movingblocks = ["decoders"]
decoder_movingblockshq = ["decoders"]
+decoder_supermovingblocks = ["decoders"]
decoder_linepack = ["decoders"]
decoder_rawvideo = ["decoders"]