On Sun, Jun 26, 2011 at 10:05 PM, Misc Things <[email protected]> wrote: > 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 >
once i got it working, the solution is obvious. The details are here: http://www.nvnews.net/vbulletin/showthread.php?t=163889
