-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to build against FFmpeg5.1 #11
Comments
since the |
Looks good, I am travelling and will merge at the next good opportunity in a day or two |
x42
added a commit
that referenced
this issue
Sep 2, 2022
x42
added a commit
that referenced
this issue
Sep 2, 2022
Should now compile again, please test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: