Re: [gentoo-user] libvdpau (?)

2010-03-28 Thread Neil Bothwick
On Fri, 26 Mar 2010 15:29:06 -0300, Alex Kuster wrote: you can use the variable EXTRA_ECONF to pass parameters to ./configure and manually add vdpau, but I don't know if there's an option to modify that on a package basis (like /etc/portage/package.use ) .. instead of a global var ... without

[gentoo-user] libvdpau (?)

2010-03-26 Thread 7v5w7go9ub0o
I'd like to compile ffmpeg with vdpau - direct NVidia hardware acceleration. This is a configuration flag for ffmpeg. Setting the vdpau use flag seems to set the configuration flag, but also brings in the x11-libs/libvdpau libraries which I think I do not want, as my NVidia proprietary driver

Re: [gentoo-user] libvdpau (?)

2010-03-26 Thread Kaddeh
do you have VIDEO_CARDS set in your make.conf? On Fri, Mar 26, 2010 at 8:18 AM, 7v5w7go9ub0o 7v5w7go9u...@gmail.comwrote: I'd like to compile ffmpeg with vdpau - direct NVidia hardware acceleration. This is a configuration flag for ffmpeg. Setting the vdpau use flag seems to set the

Re: [gentoo-user] libvdpau (?)

2010-03-26 Thread Alex Kuster
yes, because ffmpeg compiles against the shared library called vdpau to do the hardware acceleration ... so, the dependency IS necessary ... the driver installed externally also provides it the USE variable modifies the configuration of the package, so, if you remove vdpau, you won't

Re: [gentoo-user] libvdpau (?)

2010-03-26 Thread Paul Hartman
On Fri, Mar 26, 2010 at 10:18 AM, 7v5w7go9ub0o 7v5w7go9u...@gmail.com wrote: I'd like to compile ffmpeg with vdpau - direct NVidia hardware acceleration. This is a configuration flag for ffmpeg. Setting the vdpau use flag seems to set the configuration flag, but also brings in the