UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.43k stars 180 forks source link

Fix compile problem due to missing avcodec header #1748

Closed mysticfall closed 2 years ago

mysticfall commented 2 years ago

This fixes the building problem due to a missing include statement of avcodec.h.

I'm not entirely sure why it's only happening when building UPBGE on Linux with system dependencies or if it's the correct way to address the problem.

But it looks to solve the issue on my end so I'd appreciate if someone more knowledgeable (reads, either youle or ExxiL 😉) could verify the change.

Thanks!

mysticfall commented 2 years ago

Thanks, both of you! I suspect there might be another issue with the build because I also have failed runs with the Blender snapshot pipeline in my bpystubgen repo. I'll make a follow-up PR to deal with it if it proves to be the case.