-
- Downloads
Enumerate VDPAU drivers from LD_LIBRARY_PATH and capsule-capture-libs
VDPAU modules can be loaded in three different ways:
- Using VDPAU_DRIVER_PATH environment variable, if set:
${VDPAU_DRIVER_PATH}/libvdpau_${VDPAU_DRIVER}.so.1
- Using VDPAU_MODULEDIR that evaluates to something like:
/usr/lib/${multiarch}/libvdpau_${VDPAU_DRIVER}.so.1
- dlopening the bare filename libvdpau_${VDPAU_DRIVER}.so
This commit tries to cover the third way that was still missing.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
280e8937
No related branches found
No related tags found
Showing
- steam-runtime-tools/graphics.c 283 additions, 115 deletionssteam-runtime-tools/graphics.c
- tests/generate-sysroots.py 3 additions, 0 deletionstests/generate-sysroots.py
- tests/graphics.c 33 additions, 10 deletionstests/graphics.c
- tests/i386-mock-debian-inspect-library.c 0 additions, 0 deletionstests/i386-mock-debian-inspect-library.c
- tests/i386-mock-fedora-inspect-library.c 1 addition, 0 deletionstests/i386-mock-fedora-inspect-library.c
- tests/meson.build 5 additions, 4 deletionstests/meson.build
- tests/mock-debian-capsule-capture-libs.c 5 additions, 0 deletionstests/mock-debian-capsule-capture-libs.c
- tests/mock-fedora-capsule-capture-libs.c 92 additions, 0 deletionstests/mock-fedora-capsule-capture-libs.c
- tests/x86_64-mock-debian-inspect-library.c 0 additions, 0 deletionstests/x86_64-mock-debian-inspect-library.c
- tests/x86_64-mock-fedora-inspect-library.c 0 additions, 0 deletionstests/x86_64-mock-fedora-inspect-library.c
Loading
Please register or sign in to comment