view binary.ver @ 36814:b33a9dff0b57

configure: error out when no FFmpeg is detected. It currently will not compile. It should be possible to reduce the dependency to only libavutil again, but if nobody requests this feature it seems not worth the effort. See also issue #2122.
author reimar
date Sun, 23 Feb 2014 19:30:15 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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