-
Notifications
You must be signed in to change notification settings - Fork 508
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
Fix build with FFMPEG 5 #2614
Fix build with FFMPEG 5 #2614
Conversation
This change allow to build with FFMPEG 5.0.
Have you not found that you need to also remove this line to allow compilation with current builds of ffmpeg? |
What line? |
May be it need for latest release. I used 3.9.6.b to build megasync 4.6.5.0. |
Agree. Need to remove this line. |
Fix build with recent FFMPEG.
now, with ffmpeg 6, |
patch for ffmpeg6 |
Came across this using Bookworm debian which has ffmpeg 5. commenting out referenced line and converting the the line 316 [code] to [code] also seemed to be required. for it to get past this and move on to other work (not finished yet) |
Already integrated in the current codebase. Thanks |
This change allow to build with FFMPEG 5.0.