You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I think osgPlugins for ffmpeg is not upgrade with ffmpeg version up.
BR,
Mark
The text was updated successfully, but these errors were encountered: