-
Notifications
You must be signed in to change notification settings - Fork 272
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 using system ffmpeg when ffmpeg include dirs are empty and fix undefined reference to boost::log #1522
Conversation
Found 2 issues on CentOS 9. First one - I get link error with static boost:
The issue is in FindBoost module in cmake. See boostorg/log#46 (comment) and https://gitlab.kitware.com/cmake/cmake/-/issues/20638.
As you can see |
2nd issue is that
I modified
and got such output:
With my patch the build works. |
thanks, both of these look sensible and don't break the ci builds so work fine on ubuntu still perhaps I should add some more build tests based on different linux distros.. |
No description provided.