[MPlayer-dev-eng] [PATCH] Compile mplayer on glibc-2.0
Sascha Sommer
saschasommer at freenet.de
Fri Sep 17 14:44:56 CEST 2004
On Thursday 16 September 2004 21:56, Jan Knutar wrote:
> On Monday 02 August 2004 17:53, Mikulas Patocka wrote:
> >+#if !defined(__GLIBC__) || __GLIBC__ < 2 || (__GLIBC__ == 2 &&
> > __GLIBC_MINOR == 0)
>
> Is __GLIBC_MINOR really defined on glibc-2.0 systems or just a typo?
> Because on my glibc2.3.3 system, __GLIBC_MINOR is undefined, but
> __GLIBC_MINOR__ is defined.
>
Must be a typo. I checked a few glibc >=2 sources and they all define
__GLIBC_MINOR__
However some sources found with google use __GLIBC_MINOR
Therefore I thought it is save to add the __ and wait for the one who has
__GLIBC_MINOR defined to find out more about his version ;)
Sascha
More information about the MPlayer-dev-eng
mailing list