Skip to content

Commit 3fc152d

Browse files
geovexmeh
authored andcommitted
crate: libavresample is deprecated
Remove avresample from defaultt features
1 parent ba21398 commit 3fc152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/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)