Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 423689 - media-video/libav-0.8.2[vdpau] and 0.8.3[vdpau] ebuilds do not correctly enable vdpau
Summary: media-video/libav-0.8.2[vdpau] and 0.8.3[vdpau] ebuilds do not correctly enab...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 18:15 UTC by Maxim Kammerer
Modified: 2012-06-26 21:02 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 Maxim Kammerer 2012-06-26 18:15:50 UTC
In the ebuild:

    use vdpau || myconf+=" --disable-vdpau"

libav-0.8.2 # ./configure --help | grep vdpau
  --enable-vdpau           enable VDPAU code

The resulting libav libraries do not link against libvdpau.
Comment 1 Maxim Kammerer 2012-06-26 21:02:42 UTC
Ebuild is correct, please disregard this bug.
libav's configure detects libvdpau if it's installed. It seems that libav doesn't use the libvdpau library (but uses the headers), but it's probably best to leave libvdpau in RDEPEND.