X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=e898b04a5aa85445ef2a7d90f860a8d98a722222;hp=ea77c95bfcec7e72d48cb7ee0510b75972544d63;hb=01b4e528eb3b54c894fea4cdd9236568ab58c855;hpb=74afc7de723f0e5a3d3ae93ccc775ef63c62b746 diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index ea77c95..e898b04 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -10,7 +10,8 @@ default = ["decoders", "demuxers"] decoders = [] demuxers = [] -h263 = [] +blockdsp = [] +h263 = ["blockdsp"] dsp = [] dct = ["dsp"]