h264: add SIMD optimisations for x86_64 (not enabled by default)
[nihav.git] / nihav-itu / Cargo.toml
index 8134981bd6b9a83d826b102cb174ac9137861c2e..19eaa50965232f9cbd34cf489e313890dcc9fb96 100644 (file)
@@ -15,6 +15,7 @@ nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, feature
 
 [features]
 default = ["all_decoders"]
+simd = [] #enable when the default rustc is >=1.62
 
 all_decoders = ["all_video_decoders"]
 decoders = []