Skip to content

Commit

Permalink
nvidia-mxlinks: Remove libvdpau.so from NVLIBS
Browse files Browse the repository at this point in the history
Currently, on machines with modern Nvidia graphics devices using the
current driver (367.x), ffmpeg fails to start, as libvdpau.so.1 is not
there.

Fix this by using the generic library, which is shipped separately.

```
pmenzel@keineahnung:~> more /dev/shm/nvidia_current-368.57-0.x86_64/source/NVIDIA_Changelog

2016-01-05 version 361.16

    * Removed the VDPAU wrapper and trace libraries libvdpau.so.1 and
      libvdpau_trace.so.1 from the driver package.  These libraries may be
      available via your distribution's package management system, or can be
      compiled from the sources available at:

        http://people.freedesktop.org/~aplattner/vdpau/

      Please see

        http://freedesktop.org/wiki/Software/VDPAU/

      for more information.
```
  • Loading branch information
david authored and pmenzel committed Nov 16, 2016
1 parent 22301eb commit 4021c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvidia-mxlinks-0.8-5.bee → nvidia-mxlinks.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/env beesh

# BEE_VERSION nvidia-mxlinks-0.8-6

EXCLUDE=("^/usr/lib/(X11|xorg)(|/modules(|/drivers))$")

mee_install() {
Expand All @@ -11,7 +13,6 @@ mee_install() {
"libnvidia-cfg.so.1"
"libnvidia-opencl.so.1"
"libnvidia-encode.so.1"
"libvdpau.so.1"
"libvdpau_nvidia.so.1"
"libvdpau_trace.so.1"
"libnvcuvid.so.1"
Expand Down

0 comments on commit 4021c8e

Please sign in to comment.