Open SingingBush opened 3 weeks ago
worth noting that according to the readme Ubuntu 18.04 is the min-supported os. 18.04 shipped with libavcodec57 so where there are version checks for LIBAVCODEC_VER_AT_LEAST then it's only worth checking above version 57.
It's worth considering dropping support for v57 altogether and just use code for 58 and above (61 is the current latest in FFmpeg source)
While doing my PR for #56 I found that the project will not compile on the recently released Fedora 41 due to the newer version of FFmpeg having removed fields that were previously deprecated. This is likely to be an issue for other distros such as Arch and Opensuse.
I don't mind doing some work on this but my existing PR should probably get merged first.