crate: drop ffmpeg43 from default features
Following the deprecation plan (now that master branch has been bumped to v4.4).
This commit is contained in:
parent
61024149b5
commit
f15408ccef
@ -15,13 +15,12 @@ keywords = ["ffmpeg", "multimedia", "video", "audio"]
|
|||||||
categories = ["multimedia"]
|
categories = ["multimedia"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ffmpeg43", "codec", "device", "filter", "format", "software-resampling", "software-scaling"]
|
default = ["codec", "device", "filter", "format", "software-resampling", "software-scaling"]
|
||||||
|
|
||||||
# ffmpeg<xy> are obsolete features kept for backward compatibility purposes and
|
# ffmpeg<xy> are obsolete features kept for backward compatibility purposes and
|
||||||
# don't do anything anymore (equivalents are automatically specified through
|
# don't do anything anymore (equivalents are automatically specified through
|
||||||
# compile-time detection in ffmpeg-sys-next). Deprecation plan: ffmpeg43 will be
|
# compile-time detection in ffmpeg-sys-next). Deprecation plan: all these
|
||||||
# dropped from default features come 4.4, and all these features will be removed
|
# features will be removed come 5.0.
|
||||||
# come 5.0.
|
|
||||||
ffmpeg43 = []
|
ffmpeg43 = []
|
||||||
ffmpeg42 = []
|
ffmpeg42 = []
|
||||||
ffmpeg41 = []
|
ffmpeg41 = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user