[MPlayer-dev-eng] [PATCH] Compile mplayer on glibc-2.0

Jan Knutar jknutar at nic.fi
Thu Sep 16 23:56:17 CEST 2004


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.

If __GLIBC_MINOR truly exists, perhaps the attached patch would be a good idea, since currently
the above breaks compilation for me, if not, someone please add the missing __ :)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: loader.patch
Type: text/x-diff
Size: 804 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040917/5ed79d07/attachment.patch>


More information about the MPlayer-dev-eng mailing list