[mythtvnz] New Video Decode and Presentation API
    Craig Whitmore 
    lennon at orcon.net.nz
       
    Tue Nov 18 04:34:26 GMT 2008
    
    
  
On Tue, 2008-11-18 at 16:56 +1300, Steven Ellis wrote:
> 
> On 18/11/2008, at 11:54 AM, Michael Dilger wrote:
> 
> > Steven Ellis wrote:
> > > > 
> > > > Well I have the new driver installed, it doesn't make any
> > > > difference. 
> > > 
> > > No difference in performance or do you still have the same build
> > > issues?
> > Build issue.
> 
I had some trouble.. make sure you install the new drivers 1st
make sure you get all the files in
ftp://download.nvidia.com/XFree86/vdpau/include/  if your compiler
cannot find them after you install the drivers..
and put vdpau/* into the mplayer-vdpau directory
after that run ./configure --enable-vdpau
also found a problem in
libavcodec/vdpauvideo.c
line 192 change from
for (int i = 0; i < 2; ++i) {
to
for (i = 0; i < 2; ++i) {
gcc 4.3 not like it :-)
Thanks
Still waiting for a card :-)
 
    
    
More information about the mythtvnz
mailing list