mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3033 from mrolla/missing_nvidia_legacy_vdpau
Added missing vdpau libs for the nvidia legacy driver.
This commit is contained in:
commit
11048a6600
@ -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