[MPlayer-dev-eng] mga,etc broken by new libvo tuning system -- symbol space issues?

D Richard Felker III dalias at aerifal.cx
Fri Feb 1 03:46:11 CET 2002


the s/init/config/ change was omitted in vo_mga.c, vo_gl.c, and
vo_md5.c, breaking them entirely. i fixed the problem, but the reason
i'm writing is that this should have caused a compiletime error.
however, for some reason, there's a global symbol "config" that was
being used as the function (in the table of function pointers) when
the local symbol didn't exist. this seems like an unfortunate name for
a global variable... i wasn't able to figure out where it's defined --
does anyone know if it's supposed to be globally visible?

rich




More information about the MPlayer-dev-eng mailing list