On Do, 2024-09-19 at 16:01 +0200, Michael Olbrich wrote: > On Thu, Sep 19, 2024 at 10:11:08AM +0200, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel <[email protected]> > > Hmmm, libgallium_drv_video.so is not always available. I think, that was > changed in mesa in b51ea6a445b4c1f386e992c894f85f262456db26 ("targets/va: > Build va driver into libgallium when building with dri"). > > From what I can tell, the code was moved to libgallium-<version>.so (if > it's built) and the *_drv_video.so drivers must link to that instead.
Thanks, enabling libgallium drivers is the only way to get VA drivers, so that seems to be the correct solution. regards Philipp
