view binary.ver @ 36807:072f64f1eec3

corevideo: include OpenGL/gl.h, this is required from 10.9 Including gl_common would be nicer, but would make vo_corevideo depend on vo_gl, which seems a bit overkill. Patch by Jiang Jiang [gzjjgod gmail].
author reimar
date Sun, 23 Feb 2014 13:06:57 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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