[FFmpeg-devel] [PATCH 2/3] hwcontext_vaapi: do not link against libva-drm.so

2022-07-19 Thread Emil Velikov
From: Emil Velikov There is an internal ABI between libva.so and libva-drm.so. So having mismatched versions can cause all sorts of issues. We had the breakage between libva.so and libva-x11.so addressed with earlier commit. There's no point in waiting for things to break wrt libva-drm.so so pre

[FFmpeg-devel] [PATCH 2/3] hwcontext_vaapi: do not link against libva-drm.so

2022-07-19 Thread Emil Velikov
From: Emil Velikov There is an internal ABI between libva.so and libva-drm.so. So having mismatched versions can cause all sorts of issues. We had the breakage between libva.so and libva-x11.so addressed with earlier commit. There's no point in waiting for things to break wrt libva-drm.so so pre