[MPlayer-cvslog] r36346 - trunk/binary.ver

reimar subversion at mplayerhq.hu
Sat Jun 15 18:11:47 CEST 2013


Author: reimar
Date: Sat Jun 15 18:11:47 2013
New Revision: 36346

Log:
Fix issues with glibc on 32 bit.

Some glibc versions e.g. from RedHat will cause
incorrect behaviour when a certain magic symbol
is not encountered.
This is just abhorrent and simply unacceptable,
breaking well-behaving programs to the benefit
of ancient programs, but let's try to make it
work anyway (and hope they won't repeat the insanity).

Modified:
   trunk/binary.ver

Modified: trunk/binary.ver
==============================================================================
--- trunk/binary.ver	Wed Jun 12 20:54:25 2013	(r36345)
+++ trunk/binary.ver	Sat Jun 15 18:11:47 2013	(r36346)
@@ -1,3 +1,5 @@
 MPLAYER_1 {
+  # to support glibcs abhorrent backwards-compatibility hack
+  global: _IO_stdin_used;
   local: *;
 };


More information about the MPlayer-cvslog mailing list