mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
crate: libavresample is deprecated
Remove avresample from defaultt features
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user