-
Notifications
You must be signed in to change notification settings - Fork 6
Unable to build against FFmpeg5.1 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
since the |
Looks good, I am travelling and will merge at the next good opportunity in a day or two |
Should now compile again, please test |
Just curious if this is working ? |
@luzpaz what do you mean? |
I was thinking of giving this a go but wasn't sure if this issue was complete ? |
how about: just "give it a go" |
@umlaeute I think he meant "can this issue be closed" Since there was no reply after "please test" |
libharvid fails to build against ffmpeg-5.1, where the
AVCodec
struct has been cleaned purged from private data.See https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/20f972701806be20a77f808db332d9489343bb78
For whatever reasons, it seems that the data was so private, they didn't even consider bumping the minor version of libavcodec. 🤔
anyhow, here's a patch that fixes the issue with some ugly
#ifdef
s that test for some later version-bump.the patch also includes some minor fixes to shut up warnings...
The text was updated successfully, but these errors were encountered: