Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410441 - media-libs/mesa-8.0+ does not install proper LDPATH for vdpau
Summary: media-libs/mesa-8.0+ does not install proper LDPATH for vdpau
Status: RESOLVED DUPLICATE of bug 389387
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-01 15:36 UTC by MageSlayer
Modified: 2012-04-01 16:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MageSlayer 2012-04-01 15:36:37 UTC
Hi

Even though vdpau works in latest mesa releases, mplayer cannot find the required vdpau lib. See below.
$  mplayer -vo vdpau 1.wmv
... skipped
Failed to open VDPAU backend libvdpau_r600.so: cannot open shared object file: No such file or directory

If I provide a proper library path it works fine.
LD_LIBRARY_PATH=/usr/lib/vdpau/ mplayer -vo vdpau 1.wmv 

Please install proper LDPATH receipt in /etc/env.d 

Reproducible: Always
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-04-01 16:44:44 UTC
upgrade to libvdpau-0.4.1-r1

*** This bug has been marked as a duplicate of bug 389387 ***