view binary.ver @ 37087:e476a46c6a2b

Remove two duplicated named asm constraints. This fixes compilation of libmpcodecs/vf_fspp.c with gcc and INLINE_ASM_DIRECT_SYMBOL_REFS disabled.
author cehoyos
date Sat, 03 May 2014 06:25:05 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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