1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 20:32:13 +00:00

vo_init hack is no longer required after the last patch removed the call

from mplayer.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18951 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-07-08 14:00:37 +00:00
parent eed96ed0e7
commit 34c173873c

View File

@ -68,15 +68,6 @@ int console_state = 0;
static HBRUSH colorbrush = NULL; //Handle to colorkey brush static HBRUSH colorbrush = NULL; //Handle to colorkey brush
static COLORREF windowcolor = RGB(0,0,16); //Windowcolor == colorkey static COLORREF windowcolor = RGB(0,0,16); //Windowcolor == colorkey
/* vo_gl includes vo_init in w32_common.c, without gl this file is not included */
#if !defined(GL_WIN32) && !defined(HAVE_GL)
int vo_init(void)
{
mp_msg(MSGT_GPLAYER, MSGL_V, "[GUI] dummy vo_init()\n");
return 1;
}
#endif
void console_toggle(void) void console_toggle(void)
{ {
if (console_state) if (console_state)