[MPlayer-dev-eng] Re: [PATCH] GNU/kFreeBSD support

Bernd Ernesti mplayer-dev-eng at lists.veego.de
Mon Aug 22 20:17:17 CEST 2005


On Mon, Aug 22, 2005 at 04:22:11PM +0200, Diego Biurrun wrote:
> On Mon, Aug 22, 2005 at 03:56:38PM +0200, Robert Millan wrote:
[..]

> > --- MPlayer-1.0pre7.old/loader/win32.c	2005-04-15 22:17:12.000000000 +0200
> > +++ MPlayer-1.0pre7/loader/win32.c	2005-08-22 17:42:45.000000000 +0200
> > @@ -1027,7 +1027,7 @@
> >  
> >  /* MPlayer: linux detection enabled (based on proc/cpuinfo) for checking
> >     fdiv_bug and fpu emulation flags -- alex/MPlayer */
> > -#ifdef __linux__
> > +#if defined(__linux__) || (defined(__GLIBC__) && (defined(__FreeBSD_kernel__) || defined(__NetBSD_kernel__)))
> 
> Are you sure about this NetBSD change?

Thats ok, because it depends on __GLIBC__, which will never be uses on NetBSD,
but maybe it should just depend on __GLIBC__.

Bernd




More information about the MPlayer-dev-eng mailing list