I described the situation here
(http://www.nvnews.net/vbulletin/showthread.php?p=2449745#post2449745),
but maybe you guys can point me to the right direction.

I got latest (rpm) src  spec file
[code]
# $Id: mplayer.spec 9365 2010-12-07 01:39:32Z dag $
# Authority: matthias
[/code]

 and flipped "1" to "0":

[code]
%define _without_vdpau 0
[/code]

Yet the "-vo vdpau" doesn't seem to exist... :
[code]
[az@server Downloads]$ mplayer -vo help | grep vdp

[az@server Downloads]$ mplayer -vc help | grep vdp
ffmpeg12vdpau ffmpeg    working   FFmpeg MPEG-1/2 (VDPAU)  [mpegvideo_vdpau]
ffwmv3vdpau ffmpeg    problems  FFmpeg WMV3/WMV9 (VDPAU)  [wmv3_vdpau]
ffvc1vdpau  ffmpeg    problems  FFmpeg WVC1 (VDPAU)  [vc1_vdpau]
ffh264vdpau ffmpeg    working   FFmpeg H.264 (VDPAU)  [h264_vdpau]
ffodivxvdpau ffmpeg    working   FFmpeg MPEG-4,DIVX-4/5 (VDPAU)  [mpeg4_vdpau]
[/code]

what am i missing?

thank you
Andrew

Reply via email to