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"]