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:
Zhiming Wang 2020-08-08 01:33:37 +08:00
parent 61024149b5
commit f15408ccef
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -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 = []