mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Added missing vdpau libs for the nvidia legacy driver.
This commit is contained in:
parent
e57e1bcdde
commit
8389d9fe15
@ -73,4 +73,10 @@ makeinstall_target() {
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp nvidia-smi $INSTALL/usr/bin
|
||||
|
||||
if [ "$VDPAU" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/lib/vdpau
|
||||
cp libvdpau_nvidia.so* $INSTALL/usr/lib/vdpau/libvdpau_nvidia.so.1
|
||||
ln -sf libvdpau_nvidia.so.1 $INSTALL/usr/lib/vdpau/libvdpau_nvidia.so
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user