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

Diego Biurrun diego at biurrun.de
Tue Aug 23 00:58:22 CEST 2005


On Mon, Aug 22, 2005 at 08:17:17PM +0200, Bernd Ernesti wrote:
> 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: 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__.

Yes, that would make more sense to me...

Diego




More information about the MPlayer-dev-eng mailing list