I tried to compile a vaapi-enabled mplayer like this:<div><br></div><div><div>git clone -b hwaccel-vaapi git://<a href="http://git.gitorious.org/vaapi/mplayer.git">git.gitorious.org/vaapi/mplayer.git</a></div><div>cd mplayer</div>
<div><br></div><div>I checked out ffmmpeg and than</div><div><br></div><div>cd ffmpeg</div><div>git checkout n0.9</div></div><div>cd ..</div><div>./configure --enable-vaapi</div><div>make</div><div><br></div><div>Compiles fine, but when playing any h264 video with</div>
<div><br></div><div>mplayer -vo vaapi file.mkv</div><div><br></div><div>Gives an error and I only have audio, no video. Message is:</div><div><br></div><div>Error opening/initializing the selected video_out (-vo) device.</div>
<div><br></div><div>I have the latest pre 1.16 vaapi and intel drivers. vainfo shows perfect output. Vaapi is working with XBMC on this setup. GPU: Intel Sandy Bridge.</div><div><br></div><div>Can anyone help ?</div>