X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-acorn%2FCargo.toml;h=34368732b1eefe451915f177d81f691b9654e781;hb=8a350691199bba1c03aea0c12128f0b8b21ec6e2;hp=6d85cb7b7e24aad9ea0aa51232e8a2a36c567c1c;hpb=e981a888dc75b454113445f643bd34a84652832c;p=nihav.git diff --git a/nihav-acorn/Cargo.toml b/nihav-acorn/Cargo.toml index 6d85cb7..3436873 100644 --- a/nihav-acorn/Cargo.toml +++ b/nihav-acorn/Cargo.toml @@ -14,11 +14,13 @@ path = "../nihav-codec-support" default = ["all_decoders", "all_demuxers"] all_decoders = ["all_video_decoders"] -all_video_decoders = ["decoder_movinglines", "decoder_movingblocks"] +all_video_decoders = ["decoder_movinglines", "decoder_movingblocks", "decoder_movingblockshq", "decoder_linepack"] decoders = [] decoder_movinglines = ["decoders"] decoder_movingblocks = ["decoders"] +decoder_movingblockshq = ["decoders"] +decoder_linepack = ["decoders"] all_demuxers = ["demuxer_armovie"] demuxers = []