[MPlayer-dev-eng] Gui won't compile [removed get_info]
Sylvain Petreolle
spetreolle at yahoo.fr
Mon Nov 11 17:44:26 CET 2002
After updating my CVS tree,
I tried to recompile with Gui enabled.
Gui/interface.c fails complaining about get_info around line 200.
if ( video_out_drivers[i - 1]->control(
VOCTRL_GUISUPPORT,NULL ) ==
VO_TRUE )
{
const vo_info_t *info = video_out_drivers[i -
1]->get_info();
and
if ( video_out_drivers[i - 1]->control(
VOCTRL_GUISUPPORT,NULL ) == VO_TRUE )
{
const vo_info_t *info = video_out_drivers[i -
1]->get_info();
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
More information about the MPlayer-dev-eng
mailing list