mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 06:40:03 +00:00
In the current AppImages, the bundled libavcodec depends just on libva.so.2 but libavutil depends on libva.so.2, libav-drm.so.2 and libva-x11.so.2. Since the availability of any of libva-*.so was not detected, even if those are not present (eg. in GRML 24.02 libva-x11.so.2 is missing), the system library was used. As a solution, check the availability of all libav.* that is bundled libavcodec and libavutil depending on.