Skip to content
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

Build error from Yocto Kirkstone #1299

Open
bchoineubility opened this issue Feb 2, 2024 · 1 comment
Open

Build error from Yocto Kirkstone #1299

bchoineubility opened this issue Feb 2, 2024 · 1 comment

Comments

@bchoineubility
Copy link

Hi,

I am building OpenSceneGraph-3.6.5 with Yocto which use ffmpeg-5.0.1.
When I provide dependency for ffmpeg, it occurred compile error with following logs.

git/src/osgPlugins/ffmpeg/FFmpegPacket.hpp:45:17: error: 'av_free_packet' was not declared in this scope; did you mean 'av_new_packet'?
.
.
.

git/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp:91:25: error: 'AVPicture' has not been declared

I think osgPlugins for ffmpeg is not upgrade with ffmpeg version up.

BR,
Mark

@robertosfield
Copy link
Collaborator

3.6.5 predates the changes to ffmpeg which have broken compatibility.

There is a PR that I haven't had a chance to review and merge which you could try out. #1281.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants