view binary.ver @ 36804:630f03c82df3

ad_liba52: Avoid using the swab function Some OSs do not have it and OS/2 kLIBC does not activate it without _BSD_SOURCE defined (which should not be required). Reported-by: KO Myung-Hun Reviewed-by: Reimar
author al
date Sat, 22 Feb 2014 21:35:54 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

MPLAYER_1 {
  # to support glibcs abhorrent backwards-compatibility hack
  global: _IO_stdin_used;
  local: *;
};