Add FFmpeg 6.1 support (#14)

Co-authored-by: Rafie <simulping@protonmail.com>
This commit is contained in:
FreezyLemon
2024-04-02 14:47:59 +02:00
committed by GitHub
parent 1af767b881
commit 30aabf9033
8 changed files with 56 additions and 38 deletions

View File

@ -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"

View File

@ -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()