mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 08:40:10 +00:00
the previous actually didn't work properly, because uv-qt depend on libQt6OpenGL.so.6 which in turn depend on libOpenGL.so.0. But LD_LIBRARY_PATH is not set inside the AI so the transitive dep is not handled and thus the preload is not applied. Querying libQt6OpenGL.so.6 directly also don't work because it resolves to the libOpenGL.so.0 in the same library, from which we cannot deduce if its counterpart is inside the system.