view binary.ver @ 36270:cc9eed01e8e7

Fix compilation if giflib 5 is installed. Other (better) solutions are currently discussed, but there is no reason that a default build fails on systems with latest giflib.
author cehoyos
date Mon, 22 Jul 2013 13:05:13 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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