[Mplayer-users] performance low when using svgalib?

Felix Buenemann atmosfear at users.sourceforge.net
Wed Sep 19 00:15:37 CEST 2001


On Tuesday, 18. September 2001 18:10, erwin hermans wrote:
> On Tue, 18 Sep 2001, Felix Buenemann wrote:
> > Hmm, not sure.
> > DWORD is unsigned long, so it maybe should be LONG.
> > Long on X86 is 4bytes, as is int32_t of course too, but the question is
> > if LONG (defined as long) or DWORD (defined as unsigned long) are also
> > 4byte wide on Alpha. A small sample prog compiled on the alpha like:
> > #include <stdio.h>
> >
> > int main(void){
> >   printf("long: %i unsigned long: %i\n", sizeof(long), sizeof(unsigned
> > long)); return 0;
> > }
> >
> > would show that.
>
> Well, I copied the contents in a file called test.c and this is the output
> of the tests. Hope it helps.
>
> herrie at damien:~/helpmplayer$ ll
> total 4
> -rw-r--r--    1 herrie   herrie        130 Sep 18 18:02 test.c
> herrie at damien:~/helpmplayer$ gcc -o test test.c
> herrie at damien:~/helpmplayer$ ./test
> long: 8 unsigned long: 8
>
can you please test above program, replacing all 'long' with 'int' and send 
the results.
-- 
Best Regards,
	Atmos

_____
RTFM
	- Gabucino

_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mplayer-users



More information about the MPlayer-users mailing list