mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 15:48:19 +02:00
Without this libva won't be able to find the driver without LIBVA_DRIVER_NAME trickery, because the driver has a generic name. But in the DRI case, even LIBVA_DRIVER_NAME won't do, because the driver name needs to end with "_drv_video.so", which it doesn't. So let's instead set up symlinks in the build-dir, like DRIL does. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40136> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| va.sym.in | ||
| va_target.c | ||
| vaon12.def.in | ||