Skip to content
Snippets Groups Projects
Ludovico de Nittis's avatar
Ludovico de Nittis authored
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: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
672292ca
History
Name Last commit Last update