view binary.ver @ 37069:004f226b4e4b

Rewrite add_vf(). Prefer strcmp() to gstrcmp() since vf_settings[i].name has been checked not to be NULL. Additionally, rephrase the condition.
author ib
date Thu, 24 Apr 2014 12:29:30 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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