From bb0603ee67ba46a828af03fc27ce6450f28abedb Mon Sep 17 00:00:00 2001 From: albeu Date: Sun, 24 Feb 2002 21:20:20 +0000 Subject: Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4850 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 2e56923132..5346668300 100644 --- a/mplayer.c +++ b/mplayer.c @@ -2070,10 +2070,10 @@ read_input: lirc_mp_getinput()<=0 && #endif (use_stdin || getch2(20)<=0) && mplayer_get_key()<=0){ -#endif +#endif /* HAVE_NEW_INPUT */ #ifndef USE_LIBVO2 if(sh_video && video_out) video_out->check_events(); -#endif /* HAVE_NEW_INPUT */ +#endif #ifdef HAVE_NEW_GUI if(use_gui){ guiEventHandling(); @@ -2634,11 +2634,11 @@ if(step_sec>0) { if (tv_param_on == 1) tv_step_chanlist(tv_handler); } break; +#endif case MP_CMD_VO_FULLSCREEN: { video_out->control(VOCTRL_FULLSCREEN, 0); } break; -#endif default : printf("Received unknow cmd %s\n",cmd->name); } -- cgit v1.2.3