shssoichiro / ffmpeg-the-third

A fork of the abandoned ffmpeg-next crate which is a fork of the abandoned ffmpeg crate
Do What The F*ck You Want To Public License
59 stars 12 forks source link

Consider annotating FF_API_ features in build.rs with version ranges #36

Open FreezyLemon opened 5 months ago

FreezyLemon commented 5 months ago

These FF_API_<FEATURE> flags come and go often, so the lists inside build.rs will keep growing. I think it makes sense to annotate these with the versions when they first and last appear in their respective version.h/version_major.h headers.

It would