Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 423689

Summary: media-video/libav-0.8.2[vdpau] and 0.8.3[vdpau] ebuilds do not correctly enable vdpau
Product: Gentoo Linux Reporter: Maxim Kammerer <mk>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.