-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Cannot compile Kodi 19 from git with latest ffmpeg from git. #19678
Comments
|
Thank you for using Kodi and our issue tracker. This is your friendly Kodi GitHub bot 😉 It seems that you have not followed the template we provide and require for all bug reports (or have opened a roadmap item by accident). Please understand that following the template is mandatory and required for the team to be able handle the volume of open issues efficiently. Please edit your issue message to follow our template and make sure to fill in all fields appropriately. The issue will be closed after one week has passed without satisfactory follow-up from your side. This is an automatically generated message. If you believe it was sent in error, please say so and a team member will remove the "Ignored rules" label. |
|
What ffmpeg version are you using? EDIT: for clarity, the matrix branch requires ffmpeg 4.3 and doesn't have the changes required to use ffmpeg 4.4 or newer. |
|
Afaik after 4.4 was tagged some major api changes landed in ffmpeg, a whole bunch of deprecated functions were completely removed. This started with FFmpeg/FFmpeg@4b2be3f This affects a lot of software packages which use ffmpeg. The solution is to avoid ffmpeg master for now. |
Backport from: https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=7b129c986ed5a086fe5192264decf1686b8db108 Apply patch to exteplayer3 to fix build Structure pointer iformat is a constant pointer now, so we can't change it. Needs review? See commit: FFmpeg/FFmpeg@56450a0 Also include header files, due to commits: FFmpeg/FFmpeg@239b7d2 FFmpeg/FFmpeg@57b5ec6
I am installing the latest ffmpeg from git and compiling the latest Kodi 19 [Matrix] branch today from git and getting the following error message when compiling Kodi.
The text was updated successfully, but these errors were encountered: