Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 4d2e088

Browse files
geovexmeh
authored andcommitted
crate: libavresample is deprecated
Remove avresample from defaultt features
1 parent 55323cb commit 4d2e088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bindgen = "0.32"
2222
regex = "0.2"
2323

2424
[features]
25-
default = ["avcodec", "avdevice", "avfilter", "avformat", "avresample", "swresample", "swscale"]
25+
default = ["avcodec", "avdevice", "avfilter", "avformat", "swresample", "swscale"]
2626

2727
static = []
2828
build = ["static"]

0 commit comments

Comments
 (0)