diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-09-10 22:09:14 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-09-10 22:09:14 +0200 |
| commit | 1eb1bd6800cc28a4ed66d455b6467f1f060ff733 (patch) | |
| tree | ec08b81c10daab059bb5f699c5aacd893c952cf4 /src/library_list.h | |
| parent | cda4af34037a3cb982d8e69bc03c94d32fe6dd6c (diff) | |
| download | box64-1eb1bd6800cc28a4ed66d455b6467f1f060ff733.tar.gz box64-1eb1bd6800cc28a4ed66d455b6467f1f060ff733.zip | |
Added empty wrapped libva and friends
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index ef320ea1..02b3e40f 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -196,6 +196,10 @@ GO("libsoftokn3.so", softokn3) GO("libwayland-egl.so.1", waylandegl) GO("libwayland-client.so.0", waylandclient) GO("libwayland-cursor.so.0", waylandcursor) +GO("libva.so.2", libva) +GO("libva-drm.so.2", libvadrm) +GO("libva-x11.so.2", libvax11) +GO("libva-wayland.so.2", libvawayland) GO("ld-linux-x86-64.so.2", ldlinux) |