On Sat, Jan 9, 2010 at 1:25 AM, Simon Baxter linuxtv@nzbaxters.com wrote:
I'm using xine-lib-1.2 and patching with xine-lib-1.2-vdpau-r286.diff which
There is no need to do such thing, since there already exists a repository which contains vdpau: xine-lib/xine-lib-1.2-vdpau You can use it as follows: hg clone http://hg.debian.org/hg/xine-lib/xine-lib-1.2-vdpau
Otherwise, just pay attention to the messages you get when configuring/compiling xine-lib.
-Petri
OK, so I installed the headers and everything compiles and looks OK. But when I try and run xine get:
#grep vdpau* xine_log
load_plugins: plugin vdpau_mpeg12 failed to instantiate itself. load_plugins: plugin /usr/local/lib/xine/plugins/2.0/xineplug_decode_vdpau_mpeg12.so found load_plugins: plugin /usr/local/lib/xine/plugins/2.0/xineplug_decode_vdpau_vc1.so found load_plugins: plugin /usr/local/lib/xine/plugins/2.0/xineplug_decode_vdpau_h264.so found load_plugins: plugin /usr/local/lib/xine/plugins/2.0/xineplug_vo_out_vdpau.so found main: probing <vdpau> video output plugin vo_vdpau: Can't create vdp device : No vdpau implementation. load_plugins: plugin vdpau_mpeg12 failed to instantiate itself. main: video driver <vdpau> failed
Any ideas?