-
Notifications
You must be signed in to change notification settings - Fork 510
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
Can't build with FFMpeg 6.0 #2635
Comments
This patch solve the problem.
|
Hi can you summit a PR for better track? greetings |
I am having this issue aswell, and the patch solves the compilation issues. |
This patch (with a little tweaking) also fixed compilation on Gentoo. |
As mentioned in this comment, the SDK already uses FFMPEG 5.1.2 (see here). Nevertheless, that version is already 2 years old, so I've created a ticket (SDK-4661. Update FFMPEG to newer version) to start looking into an upgrade of the library. Very likely, it will be v7.1, since v6 is already getting old as well. Thanks for reporting |
FFMpeg removed AV_CODEC_CAP_TRUNCATED and CODEC_CAP_TRUNCATED definitions and now I can't build MegaSync with this error:
Please help me fix it.
Commit at ffmpeg in that removed definitions: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/3ceffe783965767e62d59e8e68ecd265c98460ec
The text was updated successfully, but these errors were encountered: