view binary.ver @ 36882:89c3ef454d9e

Add the proper CFLAGS when compiling against shared FFmpeg. Using pkg-configs --cflags when testing but not when compiling makes no sense.
author reimar
date Wed, 05 Mar 2014 18:48:23 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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