From 0be10ddd49423ee9a95db28b03abffee9b956999 Mon Sep 17 00:00:00 2001 From: geovex Date: Wed, 17 Oct 2018 17:49:55 +0300 Subject: [PATCH] crate: libavresample is deprecated Remove avresample from defaultt features --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 311ea19..1703d2f 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -22,7 +22,7 @@ bindgen = "0.32" regex = "0.2" [features] -default = ["avcodec", "avdevice", "avfilter", "avformat", "avresample", "swresample", "swscale"] +default = ["avcodec", "avdevice", "avfilter", "avformat", "swresample", "swscale"] static = [] build = ["static"]