Add FFmpeg 6.1 support (#14)
Co-authored-by: Rafie <simulping@protonmail.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ffmpeg-sys-the-third"
|
||||
version = "1.1.1+ffmpeg-6.0"
|
||||
version = "1.2.0+ffmpeg-6.1"
|
||||
build = "build.rs"
|
||||
links = "ffmpeg"
|
||||
|
||||
|
@ -608,6 +608,7 @@ fn check_features(
|
||||
("ffmpeg_5_0", 59, 18),
|
||||
("ffmpeg_5_1", 59, 37),
|
||||
("ffmpeg_6_0", 60, 3),
|
||||
("ffmpeg_6_1", 60, 31),
|
||||
];
|
||||
for &(ffmpeg_version_flag, lavc_version_major, lavc_version_minor) in
|
||||
ffmpeg_lavc_versions.iter()
|
||||
|
Reference in New Issue
Block a user