[MPlayer-cvslog] r22835 - trunk/libdha/libdha.c

Nico Sabbi nsabbi at email.it
Wed Mar 28 21:13:50 CEST 2007


Alle 21:10, mercoledì 28 marzo 2007, Reimar Döffinger ha scritto:
> Hello,
>
> On Wed, Mar 28, 2007 at 08:45:02PM +0200, nicodvb wrote:
> > Author: nicodvb
> > Date: Wed Mar 28 20:45:02 2007
> > New Revision: 22835
> >
> > Modified:
> >    trunk/libdha/libdha.c
> >
> > Log:
> > in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem
> >
> > Modified: trunk/libdha/libdha.c
> > =================================================================
> >============= --- trunk/libdha/libdha.c	(original)
> > +++ trunk/libdha/libdha.c	Wed Mar 28 20:45:02 2007
> > @@ -48,6 +48,8 @@
> >  #   undef DEV_MEM
> >  #   define DEV_MEM "/dev/mem"
> >  #  endif
> > +#elif defined(sun) && defined (i386)
> > +#define DEV_MEM "/dev/xsvc"
>
> why the i386 condition??
>

because I'm not sure that the driver is available for sparc;
I'll eventually remove teh i386 check after having had reports
from sparc users
 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Tutto per il Modding PC: Case, Led, Neon, Ventole. Il tuo PC personalizzato da noi conviene, visita il nostro sito
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mida23&d(-3



More information about the MPlayer-cvslog mailing list