[MPlayer-users] tdfx_vid.o

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Thu Jun 9 11:54:48 CEST 2005


On Thursday, 09 June 2005 at 11:42, Vit Pelcak wrote:
> Hi.
>
> I'm currently running Debian Sarge for x86 with kernel 2.6.11.8
> (compiled by myself). I have K-6 II and Voodoo 3 2000 PCI and always when
> I attempt to compile tdfx_vid.o with "make -C drivers tdfx_vid.o" it ends
> with countless number of errors. 
> 
> I get so much error messages so quickly, that I don't manage to catch
> them and they dissappear definitely (I mean that I can't scroll back to
> them).

It seems you lack basic knowledge about unix shells. You can redirect
("catch") the output of any command to a file and view it later.
In bash, you would use this:

$ make -C drivers 2>&1 | tee build.log

See `man bash' and `man tee' for more information.

> Did someone else tried to compile it. I figured out, that include folder
> of header files (included in source files for tdfx_vid.o) is not asm but
> asm-x86 (or something like this), when I altered it in in source files for
> tdfx_vid.o, nothing changed.
> 
> Did someone else tried it? What I have to alter to make it work?

Yes, we tried and yes, it should work. I don't have a voodoo card, but
nvidia vidix driver works fine here. It's a matter of having the correct
kernel headers in the right place.

Regards,
R.

-- 
MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-users mailing list